Skip to content
Snippets Groups Projects
Commit 946694f2 authored by Carsten Gräser's avatar Carsten Gräser Committed by Oliver Sander
Browse files

[test] add static check for higher codimension information on grid views

Until now, the static part of the grid check only check on codim 0 structures,
e.g., on the index set. This patch also performs these checks on higher
codimensions.

For the IndexSet::subIndex method, it will only check whether the method
compiles. If codim > 0, it will silently ignore a Dune::NotImplemented
exception, so that grids are not forced to implement the method; it simply has
to compile.

Note: This check is able to detect the error fix in !86.
parent a65825d4
No related branches found
No related tags found
1 merge request!96[test] add static check for higher codimension information on grid views
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment