dune-grid-glue
2.3.0
|
Helpful struct holding one index for the coordinate (vertex) to which it is associated and the element's corner index;. More...
#include <dune/grid-glue/extractors/extractor.hh>
Public Attributes | |
unsigned int | idx: 28 |
index of the vertex More... | |
unsigned int | num: 4 |
element corner More... | |
Helpful struct holding one index for the coordinate (vertex) to which it is associated and the element's corner index;.
unsigned int Dune::GridGlue::Extractor< GV, cd >::CornerInfo::idx |
index of the vertex
unsigned int Dune::GridGlue::Extractor< GV, cd >::CornerInfo::num |
element corner
Referenced by Dune::GridGlue::Extractor< GV, cd >::geometryLocal().