Face centered staggered sub control volume. More...
#include <dumux/discretization/facecentered/staggered/subcontrolvolume.hh>
Face centered staggered sub control volume.
Public Types | |
| using | Traits = T |
| state the traits public and thus export all types More... | |
Public Member Functions | |
| FaceCenteredStaggeredSubControlVolume ()=default | |
| FaceCenteredStaggeredSubControlVolume (const ElementGeometry &elementGeometry, const IntersectionGeometry &intersectionGeometry, const GridIndexType globalIndex, const SmallLocalIndexType indexInElement, const GridIndexType dofIdx, const SmallLocalIndexType dofAxis, const GridIndexType eIdx, const bool boundary) | |
| const GlobalPosition & | center () const |
| The center of the sub control volume. More... | |
| const GlobalPosition & | dofPosition () const |
| The position of the degree of freedom. More... | |
| Scalar | volume () const |
| GridIndexType | dofIndex () const |
| GridIndexType | index () const |
| GridIndexType | elementIndex () const |
| SmallLocalIndexType | indexInElement () const |
| SmallLocalIndexType | localDofIndex () const |
| SmallLocalIndexType | dofAxis () const |
| std::int_least8_t | directionSign () const |
| bool | boundary () const |
| const GlobalPosition & | corner (unsigned int localIdx) const |
| Geometry | geometry () const |
| The geometry of the sub control volume face. More... | |
| using Dumux::FaceCenteredStaggeredSubControlVolume< GridView, T >::Traits = T |
state the traits public and thus export all types
|
default |
|
inline |
|
inline |
|
inline |
The center of the sub control volume.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The position of the degree of freedom.
|
inline |
|
inline |
The geometry of the sub control volume face.
|
inline |
|
inline |
|
inline |
|
inline |