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 is oriented.  
#include <dumux/discretization/facecentered/staggered/localintersectionindexmapper.hh>
|  | 
| void | update (const GridView &gv, const Element &element) | 
|  | 
| SmallLocalIndexType | realToRefIdx (const SmallLocalIndexType localIsIdx) const | 
|  | Return the intersection's actual local indexInElement given a local reference index. 
 | 
|  | 
| SmallLocalIndexType | refToRealIdx (const SmallLocalIndexType localIsIdx) const | 
|  | Return the intersection's local reference indexInElement given an actual local index. 
 | 
|  | 
◆ realToRefIdx()
◆ refToRealIdx()
◆ update()
The documentation for this class was generated from the following file: