dune-grid-glue  2.3.0
Public Member Functions | Public Attributes | List of all members
Dune::GridGlue::Extractor< GV, cd >::ElementInfo Struct Reference

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...
 

Detailed Description

template<typename GV, int cd>
struct Dune::GridGlue::Extractor< GV, cd >::ElementInfo

simple struct holding an entity pointer and an index

Constructor & Destructor Documentation

template<typename GV, int cd>
Dune::GridGlue::Extractor< GV, cd >::ElementInfo::ElementInfo ( unsigned int  idx_,
ElementPtr  p_,
unsigned int  f_ 
)
inline

Member Data Documentation

template<typename GV, int cd>
unsigned int Dune::GridGlue::Extractor< GV, cd >::ElementInfo::faces

the number of extracted faces for this element

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

the index of this element's first face in the internal list of extracted faces

template<typename GV, int cd>
ElementPtr Dune::GridGlue::Extractor< GV, cd >::ElementInfo::p

the entity pointer to the element


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