istlsolverwrappers.hh File Reference Provides wrapper classes for the iterative linear solvers available in dune-istl. More... #include <dune/istl/solvers.hh> #include <opm/models/utils/propertysystem.hh> #include <opm/models/utils/parametersystem.hh> #include <opm/simulators/linalg/linalgparameters.hh> #include <opm/simulators/linalg/linalgproperties.hh>
Include dependency graph for istlsolverwrappers.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed DescriptionProvides wrapper classes for the iterative linear solvers available in dune-istl. In conjunction with a suitable solver backend, solver wrappers work by specifying the "SolverWrapper" property: template<class TypeTag>
struct LinearSolverWrapper<TypeTag, TTag::YourTypeTag>
{ using type = Opm::Linear::SolverWrapper$SOLVER<TypeTag>; };
The possible choices for '
Macro Definition Documentation◆ EWOMS_WRAP_ISTL_SOLVER
Macro to create a wrapper around an ISTL solver. |
||||||||||||||||||||||||||||||||||||||