mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-08 06:08:05 -05:00
Newton: Do not fiddle around with the user specified tolerance anymore
As a consquence, the property which sets this tolerance is renamed from NewtonRawTolerance to NewtonTolerance.
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "data/reservoir.dgf");
|
||||
|
||||
// increase the tolerance for this problem to get larger time steps
|
||||
SET_SCALAR_PROP(ReservoirBaseProblem, NewtonRawTolerance, 1e-6);
|
||||
SET_SCALAR_PROP(ReservoirBaseProblem, NewtonTolerance, 1e-6);
|
||||
|
||||
END_PROPERTIES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user