Class for the index sets of the dual grid in mpfa schemes. More...
#include <dumux/discretization/cellcentered/mpfa/dualgridindexset.hh>
| NI | The type used for the nodal index sets. |
Public Types | |
| using | NodalIndexSet = NI |
| using | GridIndexType = typename NodalIndexSet::GridIndexType |
Public Member Functions | |
| CCMpfaDualGridIndexSet ()=delete | |
| Default constructor should not be used. More... | |
| template<class GridView > | |
| CCMpfaDualGridIndexSet (const GridView &gridView) | |
| Constructor taking a grid view. More... | |
| template<class SubControlVolumeFace > | |
| const NodalIndexSet & | operator[] (const SubControlVolumeFace &scvf) const |
| Access with an scvf. More... | |
| template<class SubControlVolumeFace > | |
| NodalIndexSet & | operator[] (const SubControlVolumeFace &scvf) |
| const NodalIndexSet & | operator[] (GridIndexType i) const |
| Access with an index. More... | |
| NodalIndexSet & | operator[] (GridIndexType i) |
| using Dumux::CCMpfaDualGridIndexSet< NI >::GridIndexType = typename NodalIndexSet::GridIndexType |
| using Dumux::CCMpfaDualGridIndexSet< NI >::NodalIndexSet = NI |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |