Changed default max_it to 100.

This commit is contained in:
Ingeborg Ligaarden
2011-12-14 16:56:12 +01:00
parent 757561f65f
commit 2b5a479da7

View File

@@ -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)
{