rename "partial reassembly" to "partial relinearization"

This commit is contained in:
Andreas Lauser 2014-03-30 13:30:03 +02:00
parent 2910a7542e
commit a7d6bf72c9

View File

@ -94,7 +94,7 @@ public:
SET_BOOL_PROP(RichardsLensProblem, EnableGravity, true);
// 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
// previous for the first iteration of the current time step?