Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
DGIndexSet< GridView > Class Template Reference

An index set for first-order DG functions on the grid boundary. More...

#include <dune/fufem/dgindexset.hh>

Public Member Functions

 DGIndexSet (const GridView &gridView)
 
void setup (const GridView &gridView)
 
int size () const
 
int operator() (const typename GridView::template Codim< 0 >::Entity &element, int subFace) const
 

Public Attributes

std::vector< int > faceOffsets_
 
Dune::MultipleCodimMultipleGeomTypeMapper< GridView > mapper_
 

Detailed Description

template<class GridView>
class DGIndexSet< GridView >

An index set for first-order DG functions on the grid boundary.

Deprecated:
This class is deprecated and will be removed after 2.11.

Constructor & Destructor Documentation

◆ DGIndexSet()

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

Member Function Documentation

◆ operator()()

template<class GridView >
int DGIndexSet< GridView >::operator() ( const typename GridView::template Codim< 0 >::Entity element,
int  subFace 
) const
inline

◆ setup()

template<class GridView >
void DGIndexSet< GridView >::setup ( const GridView &  gridView)
inline

◆ size()

template<class GridView >
int DGIndexSet< GridView >::size ( ) const
inline

Member Data Documentation

◆ faceOffsets_

template<class GridView >
std::vector<int> DGIndexSet< GridView >::faceOffsets_

◆ mapper_

template<class GridView >
Dune::MultipleCodimMultipleGeomTypeMapper<GridView> DGIndexSet< GridView >::mapper_

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