| parallelistlbackend.hh File Reference #include "linalgproperties.hh"#include "parallelbasebackend.hh"#include "istlsolverwrappers.hh"#include "istlsparsematrixadapter.hh"#include <dune/common/version.hh>
Include dependency graph for parallelistlbackend.hh:  Go to the source code of this file. 
 
 Detailed DescriptionProvides all unmodified linear solvers from dune-istl. To set the linear solver, use template<class TypeTag> struct LinearSolverWrapper<TypeTag, TTag::YourTypeTag> { using type = Opm::Linear::SolverWrapper$SOLVER<TypeTag>; }; The possible choices for ' 
 Chosing the preconditioner works in an analogous way: template<class TypeTag> struct PreconditionerWrapper<TypeTag, TTag::YourTypeTag> { using type = Opm::Linear::PreconditionerWrapper$PRECONDITIONER<TypeTag>; }; Where the choices possible for ' 
 | ||||||||||||||||||||||||||||||||||||||||||||