Base class for a staggered grid geometry helper. More...
#include <dumux/discretization/staggered/subcontrolvolumeface.hh>
Base class for a staggered grid geometry helper.
Public Member Functions | |
BaseStaggeredGeometryHelper (const Element &element, const GridView &gridView) | |
template<class IntersectionMapper > | |
void | updateLocalFace (const IntersectionMapper &intersectionMapper, const Intersection &intersection) |
Updates the current face, i.e. sets the correct intersection. More... | |
int | dofIndex () const |
Returns the global dofIdx of the intersection itself. More... | |
int | localFaceIndex () const |
Returns the local index of the face (i.e. the intersection) More... | |
|
inline |
|
inline |
Returns the global dofIdx of the intersection itself.
|
inline |
Returns the local index of the face (i.e. the intersection)
|
inline |
Updates the current face, i.e. sets the correct intersection.