mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Increase default number of iterations for linear solver from 150 to 200
This commit is contained in:
parent
46416008e6
commit
a81d13c227
@ -57,7 +57,7 @@ NEW_PROP_TAG(UseCpr);
|
||||
|
||||
SET_SCALAR_PROP(FlowIstlSolverParams, LinearSolverReduction, 1e-2);
|
||||
SET_SCALAR_PROP(FlowIstlSolverParams, IluRelaxation, 0.9);
|
||||
SET_INT_PROP(FlowIstlSolverParams, LinearSolverMaxIter, 150);
|
||||
SET_INT_PROP(FlowIstlSolverParams, LinearSolverMaxIter, 200);
|
||||
SET_INT_PROP(FlowIstlSolverParams, LinearSolverRestart, 40);
|
||||
SET_INT_PROP(FlowIstlSolverParams, FlowLinearSolverVerbosity, 0);
|
||||
SET_INT_PROP(FlowIstlSolverParams, IluFillinLevel, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user