|
dune-grid-glue
2.4.0
|
simple struct holding an element seed and an index More...
#include <dune/grid-glue/extractors/extractor.hh>
Public Member Functions | |
| ElementInfo (unsigned int idx_, const Element &p_, unsigned int f_) | |
Public Attributes | |
| unsigned int | idx: 28 |
| the index of this element's first face in the internal list of extracted faces More... | |
| unsigned int | faces: 4 |
| the number of extracted faces for this element More... | |
| ElementSeed | p |
| the entity seed for the element More... | |
simple struct holding an element seed and an index
|
inline |
| unsigned int Dune::GridGlue::Extractor< GV, cd >::ElementInfo::faces |
the number of extracted faces for this element
| unsigned int Dune::GridGlue::Extractor< GV, cd >::ElementInfo::idx |
the index of this element's first face in the internal list of extracted faces
| ElementSeed Dune::GridGlue::Extractor< GV, cd >::ElementInfo::p |
the entity seed for the element
1.8.11