A class to create sub control volume and sub control volume face geometries per element.
|
| | HybridPQ2GeometryHelper (const typename Element::Geometry &geometry) |
| ScvCornerStorage | getScvCorners (unsigned int localScvIdx) const |
| | Create a vector with the scv corners.
|
| Dune::GeometryType | getScvGeometryType (unsigned int localScvIdx) const |
| ScvfCornerStorage | getScvfCorners (unsigned int localScvfIdx) const |
| | Create a vector with the corners of sub control volume faces.
|
| Dune::GeometryType | getInteriorScvfGeometryType (unsigned int localScvfIdx) const |
| ScvfCornerStorage | getBoundaryScvfCorners (unsigned int localFacetIndex, unsigned int indexInFacet) const |
| | Create the sub control volume face geometries on the boundary.
|
| Dune::GeometryType | getBoundaryScvfGeometryType (unsigned int localScvfIdx) const |
| template<int d = dimWorld, std::enable_if_t<(d==3), int > = 0> |
| GlobalPosition | normal (const ScvfCornerStorage &p, const std::array< LocalIndexType, 2 > &scvPair) |
| template<int d = dimWorld, std::enable_if_t<(d==2), int > = 0> |
| GlobalPosition | normal (const ScvfCornerStorage &p, const std::array< LocalIndexType, 2 > &scvPair) |
| const Element::Geometry & | elementGeometry () const |
| | the wrapped element geometry
|
| std::size_t | numScv () const |
| | number of sub control volumes (number of codim-1 entities)
|
| Scalar | scvVolume (unsigned int localScvIdx, const ScvCornerStorage &p) const |
| | get scv volume
|
| template<class LocalKey> |
| GlobalPosition | dofPosition (const LocalKey &localKey) const |
| std::array< LocalIndexType, 2 > | getScvPairForScvf (unsigned int localScvfIndex) const |
| std::array< LocalIndexType, 2 > | getScvPairForBoundaryScvf (unsigned int localFacetIndex, unsigned int localIsScvfIndex) const |
| bool | isOverlappingScvf (unsigned int localScvfIndex) const |
| bool | isOverlappingBoundaryScvf (unsigned int localFacetIndex) const |
| bool | isOverlappingScv (unsigned int localScvIndex) const |
|
| template<class Transformation> |
| static ScvCornerStorage | getScvCorners (Dune::GeometryType type, Transformation &&trans, unsigned int localScvIdx) |
| | Create a vector with the scv corners.
|
| template<class Transformation> |
| static ScvfCornerStorage | getScvfCorners (Dune::GeometryType type, Transformation &&trans, unsigned int localScvfIdx) |
| | Create a vector with the corners of sub control volume faces.
|
| static auto | numInteriorScvf (Dune::GeometryType type) |
| | number of interior sub control volume faces
|
| static auto | numBoundaryScvf (Dune::GeometryType type, unsigned int localFacetIndex) |
| | number of boundary sub control volume faces for face localFacetIndex
|
| template<class LocalKey> |
| static auto | localDofOnIntersection (Dune::GeometryType type, unsigned int iIdx, const LocalKey &localKey) |
| | Local dof index related to a localDof, with index ilocalDofIdx, on an intersection with index iIdx.
|
| template<class DofMapper, class LocalKey> |
| static auto | dofIndex (const DofMapper &dofMapper, const Element &element, const LocalKey &localKey) |
| template<class Geometry, class LocalKey> |
| static GlobalPosition | dofPosition (const Geometry &geo, const LocalKey &localKey) |
| template<class LocalKey> |
| static Element::Geometry::LocalCoordinate | localDofPosition (Dune::GeometryType type, const LocalKey &localKey) |
| | local dof position
|