NewtonBlackoilInterleaved: increase maximal allowed iteration to 75.

This commit is contained in:
Robert Kloefkorn
2016-02-09 17:35:54 +01:00
parent 37e49a62c8
commit 3aa8ed200f

View File

@@ -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;
}