Skip to content

Move EntitySet concept into GridView concept

Simon Praetorius requested to merge concept/gridview-instead-of-entityset into master

Summary

The EntitySet concept is motivated by types in downstream modules, but in dune-grid no such thing as an entity set exists in the grid interface. The corresponding more common interface is called GridView. This MR moves all the definitions from EntitySet into GridView for better readability of error messages and better documentation of the requirements in the grid interface.

Merge request reports