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

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

Constructor & Destructor Documentation

template<typename GV, int cd>
Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::CoordinateInfo ( )
inline
template<typename GV, int cd>
Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::CoordinateInfo ( unsigned int  index_,
IndexType  vtxindex_ 
)
inline

Member Data Documentation

template<typename GV, int cd>
Coords Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::coord

the coordinate

template<typename GV, int cd>
unsigned int Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::index

the index of this coordinate (in internal storage scheme) // NEEDED??

template<typename GV, int cd>
IndexType Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo::vtxindex

the index of the parent element (from index set)


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