DUNE-GRID-GLUE (2.10)
Dune::GridGlue::Extractor< GV, cd >::CornerInfo Struct Reference
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 | |
unsigned int | num: 4 |
element corner | |
Detailed Description
template<typename GV, int cd>
struct Dune::GridGlue::Extractor< GV, cd >::CornerInfo
struct Dune::GridGlue::Extractor< GV, cd >::CornerInfo
Helpful struct holding one index for the coordinate (vertex) to which it is associated and the element's corner index;.
The documentation for this struct was generated from the following file:
- dune/grid-glue/extractors/extractor.hh
