![]() |
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 >
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 >
|
inline |
Member Function Documentation
◆ operator()()
template<class GridView >
|
inline |
◆ setup()
template<class GridView >
|
inline |
◆ size()
template<class GridView >
|
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:
