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