mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Changed default max_it to 100.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Dune
|
||||
relperm_threshold_(1.0e-8),
|
||||
maximum_mobility_contrast_(1.0e9),
|
||||
sat_change_year_(0.0),
|
||||
max_it_(20),
|
||||
max_it_(100),
|
||||
max_stepsize_(1e4),
|
||||
dt_sat_tol_(1e-2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user