ebos: disable partial relinearization by default again

it often causes quite substantial headaches but does unfortunately not
normally lead to a substantial speedup. (at least not in its current
incarnation.)
This commit is contained in:
Andreas Lauser 2015-03-04 17:48:13 +01:00
parent 909a045261
commit a6740b83ee

View File

@ -126,7 +126,7 @@ SET_BOOL_PROP(EclBaseProblem, EnableGravity, true);
SET_BOOL_PROP(EclBaseProblem, EnableLinearizationRecycling, false); SET_BOOL_PROP(EclBaseProblem, EnableLinearizationRecycling, false);
// Only relinearize the parts where the current solution is sufficiently "bad" // Only relinearize the parts where the current solution is sufficiently "bad"
SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, true); SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, false);
// only write the solutions for the report steps to disk // only write the solutions for the report steps to disk
SET_BOOL_PROP(EclBaseProblem, EnableWriteAllSolutions, false); SET_BOOL_PROP(EclBaseProblem, EnableWriteAllSolutions, false);