mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: by default, do not abort the simulation as quickly
This commit is contained in:
@@ -105,6 +105,10 @@ SET_INT_PROP(EbosTypeTag, NewtonMaxIterations, 8);
|
|||||||
SET_INT_PROP(EbosTypeTag, ThreadsPerProcess, 2);
|
SET_INT_PROP(EbosTypeTag, ThreadsPerProcess, 2);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// By default, ebos accepts the result of the time integration unconditionally if the
|
||||||
|
// smallest time step size is reached.
|
||||||
|
SET_BOOL_PROP(EbosTypeTag, ContinueOnConvergenceError, true);
|
||||||
|
|
||||||
END_PROPERTIES
|
END_PROPERTIES
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
|
|||||||
Reference in New Issue
Block a user