opm-simulators/opm/core/linalg
Roland Kaufmann 88a38a8e3f Fix LinearSolverIstl cleanup also for fast AMG branch
To avoid deprecation warnings the number of smoothing steps was passed
through the Criterion instead of directly to the constructor in commit
a7f32b934b.

However, due to an insufficient test matrix this was not tested using
the fast AMG variant of DUNE so it breaks the builds if
`-DHAS_DUNE_FAST_AMG` is defined.

This change should apply the same type of change to this branch as for
the others. The number of smoothing steps is put into a constant to
avoid the magic number 1 to appear in too many places (although I am
not sure the number for pre- and post-smoothing always should be the
same).
2013-09-20 10:00:21 +02: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 convert THROW to OPM_THROW 2013-09-05 13:04:37 +02:00
LinearSolverFactory.hpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02: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 Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
LinearSolverIstl.cpp Fix LinearSolverIstl cleanup also for fast AMG branch 2013-09-20 10:00:21 +02:00
LinearSolverIstl.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
LinearSolverUmfpack.cpp Zero-initialize structure to avoid returning undefined 2013-07-05 10:59:52 +02:00
LinearSolverUmfpack.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02: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