template<class GridView, class T = FaceCenteredDiamondScvfGeometryTraits<GridView>>
class Dumux::FaceCenteredDiamondSubControlVolumeFace< GridView, T >
The SCVF implementation for diamond.
|
| 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...
|
|