rename *JacobianAssembler to *Linearizer

because this describes better what this class is doing...
This commit is contained in:
Andreas Lauser
2014-12-19 15:30:55 +01:00
parent 1be2bc1e01
commit 314ad00801

View File

@@ -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