[DRAFT] relax consistency guarantees.
- Mar 27, 2025
-
-
Christian Engwer authored
-
Christian Engwer authored
In order to support multi-domain spaces we relaxed the consistency guarantees between leaf-nodes and the corresponding finiteElement. If node.size() == 0 accessing finiteElement is undefined behaviour and thus we skip nodes with size() == 0.
-
Christian Engwer authored
-