parallelbicgstabbackend.hh File Reference #include <opm/simulators/linalg/bicgstabsolver.hh> #include <opm/simulators/linalg/combinedcriterion.hh> #include <opm/simulators/linalg/istlsparsematrixadapter.hh> #include <opm/simulators/linalg/linalgparameters.hh> #include <opm/simulators/linalg/linalgproperties.hh> #include <opm/simulators/linalg/parallelbasebackend.hh> #include <memory>
Include dependency graph for parallelbicgstabbackend.hh:
Go to the source code of this file.
Detailed DescriptionImplements a generic linear solver abstraction. Chosing the preconditioner works by setting the "PreconditionerWrapper" property: template<class TypeTag>
struct PreconditionerWrapper<TypeTag, TTag::YourTypeTag>
{ using type = Opm::Linear::PreconditionerWrapper$PRECONDITIONER<TypeTag>; };
Where the choices possible for '
|
||||||||||||||||||||||||||||||||||||