defines a standard intersection mapper for mapping of global DOFs assigned to faces. It only works for conforming grids, without hanging nodes. More...
#include <dumux/common/intersectionmapper.hh>
defines a standard intersection mapper for mapping of global DOFs assigned to faces. It only works for conforming grids, without hanging nodes.
Public Member Functions | |
ConformingGridIntersectionMapper (const GridView &gridView) | |
void | update (const GridView &gridView) |
void | update (GridView &&gridView) |
void | update () |
std::size_t | numIntersections () const |
The total number of intersections. More... | |
std::size_t | numFaces (const Element &element) const |
The number of faces for a given element. More... | |
GridIndexType | globalIntersectionIndex (const Element &element, const std::size_t localFaceIdx) const |
|
inline |
|
inline |
|
inline |
The number of faces for a given element.
element | The element |
|
inline |
The total number of intersections.
|
inline |
|
inline |
|
inline |