fix partial relinearization if auxiliary equations are present

this allows to re-enable it by default for ebos.
This commit is contained in:
Andreas Lauser 2015-02-06 13:47:45 +01:00
parent 2516d89349
commit e69cd50d42

View File

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