17#ifndef DUMUX_DISCRETIZATION_PQ2_DOF_HELPER_HH
18#define DUMUX_DISCRETIZATION_PQ2_DOF_HELPER_HH
20#include <dune/common/fvector.hh>
34template<
class Gr
idView>
37 using Scalar =
typename GridView::ctype;
38 static constexpr int dim = GridView::dimension;
44 template<
class DofMapper,
class Element,
class LocalKey,
class IdSet>
45 static std::size_t
dofIndex(
const DofMapper& m,
const Element& e,
46 const LocalKey& lk,
const IdSet& )
Default Dof helper for finite-element discretizations providing dof-related utility functions....
Definition fedofhelper.hh:34
Default Dof helper for finite-element discretizations providing dof-related utility functions....
DOF index and position helper for order-2 Lagrange discretizations.
Definition pq2/dofhelper.hh:36
Dune::FieldVector< Scalar, GridView::dimensionworld > GlobalPosition
Definition pq2/dofhelper.hh:39
typename GridView::ctype Scalar
Definition pq2/dofhelper.hh:37
static constexpr int dim
Definition pq2/dofhelper.hh:38
static std::size_t dofIndex(const DofMapper &m, const Element &e, const LocalKey &lk, const IdSet &)
Definition pq2/dofhelper.hh:45