mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-30 13:03:49 -06:00
remove partial relinarization
the reasons are the same as for removing linearization recycling but more so.
This commit is contained in:
parent
f9b97334e4
commit
898940730e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user