mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
parallel iterative solvers: doc update, add missing solvers and precoditioners
This commit is contained in:
parent
59a82a0a40
commit
eac638d21a
@ -86,7 +86,7 @@ SET_SCALAR_PROP(GroundWaterBaseProblem, PermeabilityLens, 1e-12);
|
||||
SET_TYPE_PROP(GroundWaterBaseProblem, LinearSolverWrapper,
|
||||
Ewoms::Linear::SolverWrapperConjugatedGradients<TypeTag>);
|
||||
SET_TYPE_PROP(GroundWaterBaseProblem, PreconditionerWrapper,
|
||||
Ewoms::Linear::PreconditionerWrapperILU<TypeTag>);
|
||||
Ewoms::Linear::PreconditionerWrapperILU0<TypeTag>);
|
||||
SET_INT_PROP(GroundWaterBaseProblem, LinearSolverVerbosity, 0);
|
||||
|
||||
// Enable gravity
|
||||
|
Loading…
Reference in New Issue
Block a user