mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
NewtonBlackoilInterleaved: increase maximal allowed iteration to 75.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Opm
|
||||
{
|
||||
newton_use_gmres_ = false;
|
||||
linear_solver_reduction_ = 1e-2;
|
||||
linear_solver_maxiter_ = 50;
|
||||
linear_solver_maxiter_ = 75;
|
||||
linear_solver_restart_ = 40;
|
||||
linear_solver_verbosity_ = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user