mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1582 from alfbr/master
Increase default maximum iterations for both non-linear and linear solver
This commit is contained in:
commit
949b88d5c6
@ -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);
|
||||
|
@ -45,7 +45,7 @@ NEW_PROP_TAG(FlowNewtonMinIterations);
|
||||
NEW_PROP_TAG(NewtonRelaxationType);
|
||||
|
||||
SET_SCALAR_PROP(FlowNonLinearSolver, NewtonMaxRelax, 0.5);
|
||||
SET_INT_PROP(FlowNonLinearSolver, FlowNewtonMaxIterations, 10);
|
||||
SET_INT_PROP(FlowNonLinearSolver, FlowNewtonMaxIterations, 20);
|
||||
SET_INT_PROP(FlowNonLinearSolver, FlowNewtonMinIterations, 1);
|
||||
SET_STRING_PROP(FlowNonLinearSolver, NewtonRelaxationType, "dampen");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user