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>
General implementation of a data structure holding interaction volume-local information for a grid sub-control volume face embedded in it.
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. More... | |
InteractionVolumeLocalFaceData (LocalIndexType faceIndex, LocalIndexType scvIndex, GridIndexType gridScvfIndex) | |
Constructor. More... | |
InteractionVolumeLocalFaceData (LocalIndexType faceIndex, LocalIndexType scvIndex, LocalIndexType indexInScvfOutsideFaces, GridIndexType gridScvfIndex) | |
Constructor for "outside" faces. More... | |
LocalIndexType | ivLocalScvfIndex () const |
LocalIndexType | ivLocalInsideScvIndex () const |
LocalIndexType | scvfLocalOutsideScvfIndex () const |
GridIndexType | gridScvfIndex () const |
bool | isOutsideFace () const |
|
default |
Default constructor.
|
inline |
Constructor.
|
inline |
Constructor for "outside" faces.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |