The SCVF implementation for diamond. More...
#include <dumux/discretization/facecentered/diamond/subcontrolvolumeface.hh>
The SCVF implementation for diamond.
Public Types | |
using | Traits = T |
state the traits public and thus export all types More... | |
using | GlobalPosition = typename T::GlobalPosition |
Public Member Functions | |
FaceCenteredDiamondSubControlVolumeFace ()=default | |
FaceCenteredDiamondSubControlVolumeFace (const GlobalPosition ¢er, const Scalar area, const GlobalPosition &normal, const std::array< LocalIndexType, 2 > &scvIndices, const LocalIndexType localScvfIdx) | |
FaceCenteredDiamondSubControlVolumeFace (const GlobalPosition ¢er, const Scalar area, const GlobalPosition &normal, const std::array< LocalIndexType, 2 > &scvIndices, const LocalIndexType localScvfIdx, const BoundaryFlag &bFlag) | |
const GlobalPosition & | center () const |
The center of the sub control volume face. More... | |
const GlobalPosition & | ipGlobal () const |
The integration point of the sub control volume face. More... | |
const GlobalPosition | unitOuterNormal () const |
The unit outer normal. More... | |
GridIndexType | insideScvIdx () const |
Index of the inside sub control volume. More... | |
GridIndexType | outsideScvIdx () const |
index of the outside sub control volume More... | |
std::size_t | numOutsideScvs () const |
GridIndexType | index () const |
bool | boundary () const |
Scalar | area () const |
BoundaryFlag::value_type | boundaryFlag () const |
Return the boundary flag. More... | |
using Dumux::FaceCenteredDiamondSubControlVolumeFace< GridView, T >::GlobalPosition = typename T::GlobalPosition |
using Dumux::FaceCenteredDiamondSubControlVolumeFace< GridView, T >::Traits = T |
state the traits public and thus export all types
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Return the boundary flag.
|
inline |
The center of the sub control volume face.
|
inline |
|
inline |
Index of the inside sub control volume.
|
inline |
The integration point of the sub control volume face.
|
inline |
|
inline |
index of the outside sub control volume
|
inline |
The unit outer normal.