3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::Detail::FaceCenteredStaggeredLocalIntersectionIndexMapper< GridView, false > Class Template Reference

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. More...

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

Description

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

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.

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. More...
 
SmallLocalIndexType refToRealIdx (const SmallLocalIndexType localIsIdx) const
 Return the intersection's local reference indexInElement given an actual local index. More...
 

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: