dune-grid-glue
2.3.0
|
#include <dune/grid-glue/extractors/extractor.hh>
Public Member Functions | |
CoordinateInfo () | |
CoordinateInfo (unsigned int index_, IndexType vtxindex_) | |
Public Attributes | |
IndexType | vtxindex |
the index of the parent element (from index set) More... | |
Coords | coord |
the coordinate More... | |
unsigned int | index |
the index of this coordinate (in internal storage scheme) // NEEDED?? More... | |
|
inline |
|
inline |
Coords Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::coord |
the coordinate
unsigned int Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::index |
the index of this coordinate (in internal storage scheme) // NEEDED??
IndexType Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::vtxindex |
the index of the parent element (from index set)