Skip to content

Bugfix/patching model signature

Lloyd Connellan requested to merge bugfix/patching-model-signature into master

Changed files:

  • demo/forchheimer.py - Some minor changes to this demo
  • python/dune/fem/scheme/_schemes.py - Fixing what looks like a merge error
  • python/dune/models/elliptic/init.py - Moved the modelPatch so it is applied slightly before the name/signature for the model is created, so that it can be patched. This was done so the signature can be changed in the case that an altered elliptic model (e.g. nv elliptic model) is used.
Edited by Lloyd Connellan

Merge request reports