GridViewInterfaceCheck does not honor entity capabilities
Justing testing 2.5 with some non-core grids and the test are failing miserably. I get errors that indicate that IndexSet::subIndex
is called with an Entity<codim>
with codim==1
. For this grid the capabilities indicate that such entities are not supported. The grid only supports codim 0, and 3 elements .
The call is at https://gitlab.dune-project.org/core/dune-grid/blob/master/dune/grid/test/staticcheck.hh#L432. In the call cc is 1, codim is 0, and i is 0. Note that this does not even satisfy the conditions as outlined in !112 (merged) as 1<= 0 <= 3 does not hold!