General implementation of a data structure holding interaction volume-local information for a grid sub-control volume face embedded in it. More...
#include <dumux/discretization/cellcentered/mpfa/localfacedata.hh>
| GridIndexType | The type used for indices on the grid |
| LocalIndexType | The type used for indices inside interaction volumes |
Public Member Functions | |
| InteractionVolumeLocalFaceData ()=default | |
| Default constructor. | |
| InteractionVolumeLocalFaceData (LocalIndexType faceIndex, LocalIndexType scvIndex, GridIndexType gridScvfIndex) | |
| Constructor. | |
| InteractionVolumeLocalFaceData (LocalIndexType faceIndex, LocalIndexType scvIndex, LocalIndexType indexInScvfOutsideFaces, GridIndexType gridScvfIndex) | |
| Constructor for "outside" faces. | |
| LocalIndexType | ivLocalScvfIndex () const |
| LocalIndexType | ivLocalInsideScvIndex () const |
| LocalIndexType | scvfLocalOutsideScvfIndex () const |
| GridIndexType | gridScvfIndex () const |
| bool | isOutsideFace () const |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |