Remove M and K from Newton's assembleWithJacobian
- Generalization of global matrices passed to the assemble functions to pointers. This allows to pass nullptr to avoid certain assemblies.
- Removal of M and K matrices from the
assembleWithJacobian
functions. These matrices were never needed and the functionality is used only in the tests.
-
Feature description was added to the changelog -
Tests covering your feature were added? Same tests -
Any new feature or behaviour change was documented?
Edited by Dmitry Yu. Naumov