Skip to content

Merge branch 'feature/document-codim-parameter' into 'master'

Ansgar Burchardt requested to merge cherry-pick-1382293c into releases/2.5

document sementics of codim parameter for IndexSet::subIndex

If an entity of codimension cc > 0 is passed into IndexSet::subIndex, what is the semantics of the 'codim' parameter? In DUNE, codimensions are always with respect to the grid dimension (see method subEntity of reference element).

This patch clearly states that codim is to be understood with respect to the grid dimension.

See merge request !97 (merged)

Merge request reports