3.5-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false > Class Template Reference

Provides a mapping of local intersecton indices (indexInInside) such that the local indices always follow the order of a reference element, regardless of how the element is oriented. More...

#include <dumux/discretization/facecentered/staggered/localintersectionindexmapper.hh>

Inheritance diagram for Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false >:

Description

template<class GridView>
class Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false >

Provides a mapping of local intersecton indices (indexInInside) such that the local indices always follow the order of a reference element, regardless of how the element is oriented.

Public Member Functions

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.

Member Function Documentation

◆ realToRefIdx()

template<class GridView>
SmallLocalIndexType Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false >::realToRefIdx ( const SmallLocalIndexType localIsIdx) const
inline

Return the intersection's actual local indexInElement given a local reference index.

◆ refToRealIdx()

template<class GridView>
SmallLocalIndexType Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false >::refToRealIdx ( const SmallLocalIndexType localIsIdx) const
inline

Return the intersection's local reference indexInElement given an actual local index.

◆ update()

template<class GridView>
void Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false >::update ( const GridView & gv,
const Element & element )
inline

The documentation for this class was generated from the following file: