Provides a mapping of local intersection indices (indexInInside) such that the local indices always follow the order of a reference element, regardless of how the element in oriented. More...
#include <dumux/discretization/facecentered/staggered/localintersectionindexmapper.hh>
Provides a mapping of local intersection indices (indexInInside) such that the local indices always follow the order of a reference element, regardless of how the element in oriented.
Public Member Functions | |
void | update (const GridView &, const Element &) |
Update the map for getting the corresponding local face indices in another element. More... | |
SmallLocalIndexType | realToRefIdx (const SmallLocalIndexType localIsIdx) const |
Return the intersection's actual local indexInElement given a local reference index. More... | |
SmallLocalIndexType | refToRealIdx (const SmallLocalIndexType localIsIdx) const |
Return the intersection's local reference indexInElement given an actual local index. More... | |
|
inline |
Return the intersection's actual local indexInElement given a local reference index.
|
inline |
Return the intersection's local reference indexInElement given an actual local index.
|
inline |
Update the map for getting the corresponding local face indices in another element.