template<class GV, class T = CCTpfaDefaultScvfGeometryTraits<GV>>
class Dumux::CCTpfaSubControlVolumeFace< GV, T >
- Template Parameters
-
GV | the type of the grid view |
T | the scvf geometry traits |
|
| CCTpfaSubControlVolumeFace ()=default |
|
template<class Intersection > |
| CCTpfaSubControlVolumeFace (const Intersection &is, const typename Intersection::Geometry &isGeometry, GridIndexType scvfIndex, const GridIndexStorage &scvIndices, bool isBoundary) |
| Constructor with intersection.
|
|
const GlobalPosition & | center () const |
| The center of the sub control volume face.
|
|
const GlobalPosition & | ipGlobal () const |
| The integration point for flux evaluations in global coordinates.
|
|
Scalar | area () const |
| The area of the sub control volume face.
|
|
bool | boundary () const |
| returns true if the sub control volume face is on the boundary
|
|
const GlobalPosition & | unitOuterNormal () const |
| The unit outer normal of the sub control volume face.
|
|
GridIndexType | insideScvIdx () const |
| index of the inside sub control volume
|
|
GridIndexType | outsideScvIdx (int i=0) const |
| Index of the i-th outside sub control volume or boundary scv index.
|
|
std::size_t | numOutsideScvs () const |
| The number of scvs on the outside of this face.
|
|
GridIndexType | index () const |
| The global index of this sub control volume face.
|
|
BoundaryFlag::value_type | boundaryFlag () const |
| Return the boundary flag.
|
|