Skip to content

[bugfix][forms] Remove spurious NonAffineFamiliy tag

Carsten Gräser requested to merge bugfix/forms-remove-spurious-nonaffine into master

When (test|trial)Function(basis, treePathArgs...) with individual path digit arguments, the NonAffineFamiliy was always added. While this does not result in incorrect code, it needlesly deactivates caching accross different elements if this particular syntax was used.

Notice that the other overloads with a singe TreePath object, no tree path at all, or a SubspaceBasis where not affected by this.

Merge request reports

Loading