Skip to content

Use cell data with leaf grid views

Instead of using a cell data with a level 0 grid view, use one with a leaf grid view. The motivation for this change is that traversing entities in unstructured grids is very costly (pointer chasing) compared to storing and finding contiguous data with the leaf entity index.

Merge request reports