Skip to content

[cleanup] Simplify LeafBasisNode concept

Carsten Gräser requested to merge feature/cleanup-leafbasisnode-concept into master

The requirement is that the Element typedef is compatible with the GridView, which is now checked more explicitly. As another benefit, the check now accepts GridView types that do not provide begin<0>().

Merge request reports