ebos: by default, do not abort the simulation as quickly

This commit is contained in:
Andreas Lauser 2019-06-27 15:49:43 +02:00
parent dfe22cb1a4
commit c67b9e66d3

View File

@ -105,6 +105,10 @@ SET_INT_PROP(EbosTypeTag, NewtonMaxIterations, 8);
SET_INT_PROP(EbosTypeTag, ThreadsPerProcess, 2);
#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
namespace Ewoms {