From a7d6bf72c92fe902900bb9327c2324c093e30642 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Sun, 30 Mar 2014 13:30:03 +0200 Subject: [PATCH] rename "partial reassembly" to "partial relinearization" --- examples/problems/richardslensproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/problems/richardslensproblem.hh b/examples/problems/richardslensproblem.hh index 03afac0a7..1cab0d0b6 100644 --- a/examples/problems/richardslensproblem.hh +++ b/examples/problems/richardslensproblem.hh @@ -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?