Default Dof helper for finite-element discretizations providing dof-related utility functions. Assuming that all dofs map directly to grid entities (vertices, edges, faces, elements).
More...
#include <dumux/discretization/fem/fedofhelper.hh>
template<class GridView>
class Dumux::Experimental::FEDofHelper< GridView >
- Template Parameters
-
| GridView | the grid view type |
|
| 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>
◆ 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()
- Parameters
-
| elemDisc | the element discretization (must be bound) |
| boundaryFace | the boundary face |
The documentation for this class was generated from the following file: