Helper class providing degree of freedom information for the PQ1 Lagrange basis. The pq1 basis uses vertex-only dofs.
#include <dumux/discretization/pq1/dofhelper.hh>
|
| static auto | numLocalDofsIntersection (Dune::GeometryType type, unsigned int iIdx) |
| | Number of local dofs related to an intersection with index iIdx (vertex dofs only).
|
| static auto | localDofIndexIntersection (Dune::GeometryType type, unsigned int iIdx, unsigned int localDofIdx) |
| | Local dof index of the localDofIdx-th dof on intersection with index iIdx.
|
| template<class ElemDisc, class BoundaryFace> |
| static auto | localDofsOnBoundaryFace (const ElemDisc &elemDisc, const BoundaryFace &boundaryFace) |
| | Iterator range over all local dofs on a given boundary face. Overrides the less efficient default implementation.
|
| template<class LocalKey> |
| static auto | localDofOnIntersection (Dune::GeometryType type, unsigned int iIdx, const LocalKey &localKey) |
| | Returns true if the local dof with a given local key is on the intersection with index iIdx.
|
| template<class ElemDisc> |
| static auto | localDofs (const ElemDisc &elemDisc) |
| | Iterator range over all local dofs on an element.
|
| template<class ElemDisc, class BoundaryFace> |
| static auto | localDofsOnBoundaryFace (const ElemDisc &elemDisc, const BoundaryFace &boundaryFace) |
| | Iterator range over all local dofs on a given boundary face. Uses a filter over all local dofs via localDofOnIntersection.
|
| template<class DofMapper, class LocalKey> |
| static auto | dofIndex (const DofMapper &dofMapper, const Element &element, const LocalKey &localKey) |
| | global index of dof
|
| template<class Geometry, class LocalKey> |
| static GlobalPosition | dofPosition (const Geometry &geo, const LocalKey &localKey) |
| | global dof position
|
| template<class LocalKey> |
| static Element::Geometry::LocalCoordinate | localDofPosition (Dune::GeometryType type, const LocalKey &localKey) |
| | local dof position
|
◆ dofIndex()
template<class GridView>
template<class DofMapper, class LocalKey>
◆ dofPosition()
template<class GridView>
template<class Geometry, class LocalKey>
◆ localDofIndexIntersection()
template<class GridView>
| auto Dumux::PQ1LagrangeDofHelper< GridView >::localDofIndexIntersection |
( |
Dune::GeometryType | type, |
|
|
unsigned int | iIdx, |
|
|
unsigned int | localDofIdx ) |
|
inlinestatic |
◆ localDofOnIntersection()
template<class GridView>
template<class LocalKey>
◆ localDofPosition()
template<class GridView>
template<class LocalKey>
◆ localDofs()
template<class GridView>
template<class ElemDisc>
- Parameters
-
| elemDisc | the element discretization (must be bound) |
◆ localDofsOnBoundaryFace() [1/2]
template<class GridView>
template<class ElemDisc, class BoundaryFace>
- Parameters
-
| elemDisc | the element discretization (must be bound) |
| boundaryFace | the boundary face |
◆ localDofsOnBoundaryFace() [2/2]
template<class GridView>
template<class ElemDisc, class BoundaryFace>
◆ numLocalDofsIntersection()
The documentation for this class was generated from the following file: