A class to create sub control volume and sub control volume face geometries per element.
#include <dumux/porousmediumflow/boxdfm/geometryhelper.hh>
|
| ScvfCornerStorage | getFractureScvfCorners (unsigned int localFacetIndex, unsigned int indexInFacet) const |
| | Create the sub control volume face geometries on an intersection marked as fracture.
|
| ScvfType::Traits::GlobalPosition | fractureNormal (const ScvfCornerStorage &scvfCorners, const Intersection &is, unsigned int edgeIndexInIntersection) const |
| | get fracture scvf normal vector
|
| ScvCornerStorage | getScvCorners (unsigned int localScvIdx) const |
| | Create a vector with the scv corners.
|
| ScvfCornerStorage | getScvfCorners (unsigned int localScvfIdx) const |
| | Create a vector with the scvf corners.
|
| ScvfCornerStorage | getBoundaryScvfCorners (unsigned localFacetIndex, unsigned int indexInFacet) const |
| | Create the sub control volume face geometries on the boundary.
|
| GlobalPosition | normal (const ScvfCornerStorage &p, const std::vector< unsigned int > &scvIndices) const |
| | get scvf normal vector
|
| std::size_t | numInteriorScvf () const |
| | number of sub control volume faces (number of edges)
|
| std::size_t | numScv () const |
| | number of sub control volumes (number of vertices)
|
| const Element::Geometry & | elementGeometry () const |
| | the wrapped element geometry
|
◆ elementGeometry()
template<class GridView, class ScvType, class ScvfType>
◆ fractureNormal()
template<class GridView, class ScvType, class ScvfType>
| ScvfType::Traits::GlobalPosition Dumux::BoxDfmGeometryHelper< GridView, 3, ScvType, ScvfType >::fractureNormal |
( |
const ScvfCornerStorage & | scvfCorners, |
|
|
const Intersection & | is, |
|
|
unsigned int | edgeIndexInIntersection ) const |
|
inline |
◆ getBoundaryScvfCorners()
template<class GridView, class ScvType, class ScvfType>
| ScvfCornerStorage Dumux::BoxGeometryHelper< GridView, 3, ScvType, ScvfType >::getBoundaryScvfCorners |
( |
unsigned | localFacetIndex, |
|
|
unsigned int | indexInFacet ) const |
|
inlineinherited |
◆ getFractureScvfCorners()
template<class GridView, class ScvType, class ScvfType>
| ScvfCornerStorage Dumux::BoxDfmGeometryHelper< GridView, 3, ScvType, ScvfType >::getFractureScvfCorners |
( |
unsigned int | localFacetIndex, |
|
|
unsigned int | indexInFacet ) const |
|
inline |
◆ getScvCorners()
template<class GridView, class ScvType, class ScvfType>
| ScvCornerStorage Dumux::BoxGeometryHelper< GridView, 3, ScvType, ScvfType >::getScvCorners |
( |
unsigned int | localScvIdx | ) |
const |
|
inlineinherited |
◆ getScvfCorners()
template<class GridView, class ScvType, class ScvfType>
| ScvfCornerStorage Dumux::BoxGeometryHelper< GridView, 3, ScvType, ScvfType >::getScvfCorners |
( |
unsigned int | localScvfIdx | ) |
const |
|
inlineinherited |
◆ normal()
template<class GridView, class ScvType, class ScvfType>
| GlobalPosition Dumux::BoxGeometryHelper< GridView, 3, ScvType, ScvfType >::normal |
( |
const ScvfCornerStorage & | p, |
|
|
const std::vector< unsigned int > & | scvIndices ) const |
|
inlineinherited |
◆ numInteriorScvf()
template<class GridView, class ScvType, class ScvfType>
◆ numScv()
template<class GridView, class ScvType, class ScvfType>
The documentation for this class was generated from the following file: