mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename *JacobianAssembler to *Linearizer
because this describes better what this class is doing...
This commit is contained in:
@@ -114,7 +114,7 @@ SET_BOOL_PROP(EclBaseProblem, EnableGravity, true);
|
||||
// Reuse the last linearization if possible?
|
||||
SET_BOOL_PROP(EclBaseProblem, EnableLinearizationRecycling, true);
|
||||
|
||||
// Re-assemble the linearization only for the cells which have changed?
|
||||
// Only relinearize the parts where the current solution is sufficiently "bad"
|
||||
SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, true);
|
||||
|
||||
// only write the solutions for the report steps to disk
|
||||
|
||||
Reference in New Issue
Block a user