Skip to content

improve retrieval subentities

Martin Nolte requested to merge feature/improve-subentities into master

This patch simplifies iteration over all subentities:

  • It remove the old subEntities method (so that the new one is acually found).
  • It add new methods vertices, edges, facets to obtain all subentities for the frequently used codimensions.

Merge request reports