dune-grid-glue
2.3.0
|
simple struct holding an entity pointer and an index More...
#include <dune/grid-glue/extractors/extractor.hh>
Public Member Functions | |
ElementInfo (unsigned int idx_, ElementPtr 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... | |
ElementPtr | p |
the entity pointer to the element More... | |
simple struct holding an entity pointer 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
ElementPtr Dune::GridGlue::Extractor< GV, cd >::ElementInfo::p |
the entity pointer to the element