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

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>

Description

template<class GridView>
class Dumux::ConformingGridIntersectionMapper< GridView >

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 ()
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

Constructor & Destructor Documentation

◆ ConformingGridIntersectionMapper()

template<class GridView>
Dumux::ConformingGridIntersectionMapper< GridView >::ConformingGridIntersectionMapper ( const GridView & gridView)
inline

Member Function Documentation

◆ globalIntersectionIndex()

template<class GridView>
GridIndexType Dumux::ConformingGridIntersectionMapper< GridView >::globalIntersectionIndex ( const Element & element,
const std::size_t localFaceIdx ) const
inline

◆ numFaces()

template<class GridView>
std::size_t Dumux::ConformingGridIntersectionMapper< GridView >::numFaces ( const Element & element) const
inline

The number of faces for a given element.

Parameters
elementThe element

◆ numIntersections()

template<class GridView>
std::size_t Dumux::ConformingGridIntersectionMapper< GridView >::numIntersections ( ) const
inline

The total number of intersections.

◆ update()

template<class GridView>
void Dumux::ConformingGridIntersectionMapper< GridView >::update ( )
inline

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