dune-grid 2.9.0
|
marker assigning subentities to one element containing them More...
#include <dune/grid/albertagrid/treeiterator.hh>
Public Member Functions | |
AlbertaMarkerVector (const DofNumbering &dofNumbering) | |
create AlbertaMarkerVector with empty vectors More... | |
AlbertaMarkerVector (const This &other) | |
~AlbertaMarkerVector () | |
template<int codim> | |
bool | subEntityOnElement (const ElementInfo &elementInfo, int subEntity) const |
visit subentity on this element? More... | |
template<int firstCodim, class Iterator > | |
void | markSubEntities (const Iterator &begin, const Iterator &end) |
void | clear () |
bool | up2Date () const |
return true if marking is up to date More... | |
void | print (std::ostream &out=std::cout) const |
print for debugin' only More... | |
marker assigning subentities to one element containing them
This Helper class is used for the level and leaf iterators of higher codimension to visit each entity only once (on the element assigned to it by this marker)
|
inlineexplicit |
create AlbertaMarkerVector with empty vectors
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
print for debugin' only
|
inline |
visit subentity on this element?
|
inline |
return true if marking is up to date