mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 13:59:12 -06:00
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:
parent
909a045261
commit
a6740b83ee
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user