opm-simulators/opm/core/linalg
Markus Blatt aac4cb7d66 Correctly compute the minimum and maximum values.
As there are no functors for computing the minimum and maximum,
we convert the std::max and std::min function pointers to
functors (which is not really nice.) Previously we were somehow
tricked into using std::greater and std::less, which of course do
return true or false and not what we need. Additionally, do more
excessive testing with different ranges.
2015-01-23 20:48:53 +01:00
..
call_umfpack.c Remove subdirectory from SuiteSparse include 2013-08-25 09:35:51 +02:00
call_umfpack.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
LinearSolverFactory.cpp Add HAVE_PETSC macro. 2014-07-08 10:58:39 +08:00
LinearSolverFactory.hpp Add HAVE_PETSC macro. 2014-07-08 10:58:39 +08:00
LinearSolverInterface.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
LinearSolverInterface.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverIstl.cpp Refactor third-party warning suppression. 2014-09-20 10:36:10 +02:00
LinearSolverIstl.hpp Moved ISTL right and left hand side construction for ISTL to solveSystem 2014-03-25 09:58:07 +01:00
LinearSolverPetsc.cpp Sets initial guess to zero. 2014-12-10 18:15:33 +01:00
LinearSolverPetsc.hpp Makes using wrong constructor a compile-time error 2014-10-14 14:43:42 +02:00
LinearSolverUmfpack.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverUmfpack.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
ParallelIstlInformation.hpp Correctly compute the minimum and maximum values. 2015-01-23 20:48:53 +01:00
sparse_sys.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
sparse_sys.h Anchor Doxygen comments to current line. 2012-06-26 11:44:30 +02:00