dune-grid-glue  2.3.0
Public Attributes | List of all members
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 More...
 
unsigned int num: 4
 element corner More...
 

Detailed Description

template<typename GV, int cd>
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;.

Member Data Documentation

template<typename GV, int cd>
unsigned int Dune::GridGlue::Extractor< GV, cd >::CornerInfo::idx

index of the vertex

template<typename GV, int cd>
unsigned int Dune::GridGlue::Extractor< GV, cd >::CornerInfo::num

The documentation for this struct was generated from the following file: