mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename "partial reassembly" to "partial relinearization"
This commit is contained in:
parent
2910a7542e
commit
a7d6bf72c9
@ -94,7 +94,7 @@ public:
|
|||||||
SET_BOOL_PROP(RichardsLensProblem, EnableGravity, true);
|
SET_BOOL_PROP(RichardsLensProblem, EnableGravity, true);
|
||||||
|
|
||||||
// Enable partial reassembly of the linearization
|
// Enable partial reassembly of the linearization
|
||||||
SET_BOOL_PROP(RichardsLensProblem, EnablePartialReassemble, true);
|
SET_BOOL_PROP(RichardsLensProblem, EnablePartialRelinearization, true);
|
||||||
|
|
||||||
// Enable re-use of the linearization of the last iteration of the
|
// Enable re-use of the linearization of the last iteration of the
|
||||||
// previous for the first iteration of the current time step?
|
// previous for the first iteration of the current time step?
|
||||||
|
Loading…
Reference in New Issue
Block a user