diff --git a/applications/ebos/eclproblem.hh b/applications/ebos/eclproblem.hh index c068d5c42..31c5df080 100644 --- a/applications/ebos/eclproblem.hh +++ b/applications/ebos/eclproblem.hh @@ -137,6 +137,10 @@ SET_SCALAR_PROP(EclBaseProblem, EndTime, 1e100); // not millions of trillions of years, that is...) SET_SCALAR_PROP(EclBaseProblem, InitialTimeStepSize, 1e100); +// increase the default raw tolerance for the newton solver to 10^-4 because this is what +// everone else seems to be doing... +SET_SCALAR_PROP(EclBaseProblem, NewtonRawTolerance, 1e-4); + // Disable the VTK output by default for this problem ... SET_BOOL_PROP(EclBaseProblem, EnableVtkOutput, false);