version 3.11-dev
Loading...
Searching...
No Matches
Dumux::PQ1LagrangeDofHelper< GridView > Class Template Reference

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>

Inheritance diagram for Dumux::PQ1LagrangeDofHelper< GridView >:

Static Public Member Functions

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

Member Function Documentation

◆ dofIndex()

template<class GridView>
template<class DofMapper, class LocalKey>
auto Dumux::Experimental::FEDofHelper< GridView >::dofIndex ( const DofMapper & dofMapper,
const Element & element,
const LocalKey & localKey )
inlinestaticinherited

◆ dofPosition()

template<class GridView>
template<class Geometry, class LocalKey>
GlobalPosition Dumux::Experimental::FEDofHelper< GridView >::dofPosition ( const Geometry & geo,
const LocalKey & localKey )
inlinestaticinherited

◆ 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>
auto Dumux::Experimental::FEDofHelper< GridView >::localDofOnIntersection ( Dune::GeometryType type,
unsigned int iIdx,
const LocalKey & localKey )
inlinestaticinherited

◆ localDofPosition()

template<class GridView>
template<class LocalKey>
Element::Geometry::LocalCoordinate Dumux::Experimental::FEDofHelper< GridView >::localDofPosition ( Dune::GeometryType type,
const LocalKey & localKey )
inlinestaticinherited

◆ localDofs()

template<class GridView>
template<class ElemDisc>
auto Dumux::Experimental::FEDofHelper< GridView >::localDofs ( const ElemDisc & elemDisc)
inlinestaticinherited
Parameters
elemDiscthe element discretization (must be bound)

◆ localDofsOnBoundaryFace() [1/2]

template<class GridView>
template<class ElemDisc, class BoundaryFace>
auto Dumux::Experimental::FEDofHelper< GridView >::localDofsOnBoundaryFace ( const ElemDisc & elemDisc,
const BoundaryFace & boundaryFace )
inlinestaticinherited
Parameters
elemDiscthe element discretization (must be bound)
boundaryFacethe boundary face

◆ localDofsOnBoundaryFace() [2/2]

template<class GridView>
template<class ElemDisc, class BoundaryFace>
auto Dumux::PQ1LagrangeDofHelper< GridView >::localDofsOnBoundaryFace ( const ElemDisc & elemDisc,
const BoundaryFace & boundaryFace )
inlinestatic

◆ numLocalDofsIntersection()

template<class GridView>
auto Dumux::PQ1LagrangeDofHelper< GridView >::numLocalDofsIntersection ( Dune::GeometryType type,
unsigned int iIdx )
inlinestatic

The documentation for this class was generated from the following file: