Skip to content

Instantiate missing UGGrid entity

Oliver Sander requested to merge instantiate-missing-uggrid-entity into master

The UGGrid implementation explicitly instantiates the entity implementation classes for the different grid dimensions and entity dimensions. As it turns out, the dim=3, codim=1 combination is missing, but only gcc with std=c20 seems to notice.

Merge request reports