Skip to content

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.
  1. Feature description was added to the changelog
  2. Tests covering your feature were added? Same tests
  3. Any new feature or behaviour change was documented?
Edited by Dmitry Yu. Naumov

Merge request reports