mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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,
|
SET_TYPE_PROP(GroundWaterBaseProblem, LinearSolverWrapper,
|
||||||
Ewoms::Linear::SolverWrapperConjugatedGradients<TypeTag>);
|
Ewoms::Linear::SolverWrapperConjugatedGradients<TypeTag>);
|
||||||
SET_TYPE_PROP(GroundWaterBaseProblem, PreconditionerWrapper,
|
SET_TYPE_PROP(GroundWaterBaseProblem, PreconditionerWrapper,
|
||||||
Ewoms::Linear::PreconditionerWrapperILU<TypeTag>);
|
Ewoms::Linear::PreconditionerWrapperILU0<TypeTag>);
|
||||||
SET_INT_PROP(GroundWaterBaseProblem, LinearSolverVerbosity, 0);
|
SET_INT_PROP(GroundWaterBaseProblem, LinearSolverVerbosity, 0);
|
||||||
|
|
||||||
// Enable gravity
|
// Enable gravity
|
||||||
|
Loading…
Reference in New Issue
Block a user