Move EntitySet concept into GridView concept
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.