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:
parent
df60eecb2c
commit
29a2123642
@ -91,7 +91,7 @@ public:
|
||||
// Enable gravitational acceleration
|
||||
SET_BOOL_PROP(RichardsLensProblem, EnableGravity, true);
|
||||
|
||||
// Enable partial reassembly of the linearization
|
||||
// Only relinearize the parts where the current solution is sufficiently "bad"
|
||||
SET_BOOL_PROP(RichardsLensProblem, EnablePartialRelinearization, true);
|
||||
|
||||
// Enable re-use of the linearization of the last iteration of the
|
||||
|
Loading…
Reference in New Issue
Block a user