Partial Dirichlet BC application
With the changes from this MR the Dirichlet BC is only applied "partially", i.e., its application to the global matrix A is incomplete. This is done only if possible (i.e. if A from the previous iteration/timestep is identical and can be reused by the linear solver).
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behaviour change was documented?
measurement result (the changes from this MR save time, indeed; and they don't have the high "system time" in the BiCGSTAB solver case)...
Edited by Christoph Lehmann
