remove partial relinarization

the reasons are the same as for removing linearization recycling but
more so.
This commit is contained in:
Andreas Lauser 2015-12-31 13:20:15 +01:00
parent f9b97334e4
commit 898940730e

View File

@ -112,9 +112,6 @@ public:
// Enable gravity
SET_BOOL_PROP(EclBaseProblem, EnableGravity, true);
// Only relinearize the parts where the current solution is sufficiently "bad"
SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, false);
// only write the solutions for the report steps to disk
SET_BOOL_PROP(EclBaseProblem, EnableWriteAllSolutions, false);