12#ifndef DUMUX_DISCRETIZATION_PQ1_NONCONFORMING_DOF_HELPER_HH
13#define DUMUX_DISCRETIZATION_PQ1_NONCONFORMING_DOF_HELPER_HH
28template<
class Gr
idView>
38 template<
class ElemDisc,
class BoundaryFace>
41 const auto localDofIdx = boundaryFace.intersectionIndex();
43 static_cast<LocalIndexType
>(localDofIdx),
44 static_cast<GridIndexType
>(elemDisc.gridDiscretization().dofMapper().subIndex(elemDisc.element(), localDofIdx, 1)),
45 static_cast<GridIndexType
>(elemDisc.elementIndex())
A local degree of freedom from an element perspective.
Definition localdof.hh:27
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....
Class representing dofs on elements for control-volume finite element schemes.
typename GridView::IndexSet::IndexType GridIndex
Definition indextraits.hh:27
std::uint_least8_t SmallLocalIndex
Definition indextraits.hh:29