DUNE-GRID-GLUE (2.10)
Dune::GridGlue::Extractor< GV, cd >::SubEntityInfo Struct Reference
Holds some information about an element's subentity involved in a coupling. More...
#include <dune/grid-glue/extractors/extractor.hh>
Public Attributes | |
IndexType | parent |
the index of the parent element (from index set) | |
unsigned int | num_in_parent: 3 |
the number of the face in the parent element | |
Dune::GeometryType | geometryType_ |
The GeometryType of the subentity. | |
CornerInfo | corners [cube_corners] |
the corner indices plus the numbers of the vertices in the parent element More... | |
Detailed Description
template<typename GV, int cd>
struct Dune::GridGlue::Extractor< GV, cd >::SubEntityInfo
struct Dune::GridGlue::Extractor< GV, cd >::SubEntityInfo
Holds some information about an element's subentity involved in a coupling.
Member Data Documentation
◆ corners
template<typename GV , int cd>
CornerInfo Dune::GridGlue::Extractor< GV, cd >::SubEntityInfo::corners[cube_corners] |
the corner indices plus the numbers of the vertices in the parent element
This array has the length cube_corners, because currently that is an upper bound for the number of corners of an element. If more general element types appear we need to change this.
Referenced by Dune::GridGlue::Extractor< GV, cd >::geometryLocal().
The documentation for this struct was generated from the following file:
- dune/grid-glue/extractors/extractor.hh
