3 #ifndef DUNE_HIERARCHICAL_P2_WITH_ELEMENTBUBBLE_LOCALFINITEELEMENT_HH
4 #define DUNE_HIERARCHICAL_P2_WITH_ELEMENTBUBBLE_LOCALFINITEELEMENT_HH
6 #include <dune/geometry/type.hh>
17 template<
class D,
class R,
int dim>
21 static_assert(dim==2,
"HierarchicalP2WithElementBubbleLocalFiniteElement only implemented for dim==2.");
39 const typename Traits::LocalBasisType& localBasis ()
const
46 const typename Traits::LocalCoefficientsType& localCoefficients ()
const
53 const typename Traits::LocalInterpolationType& localInterpolation ()
const
55 return interpolation_;
59 unsigned int size ()
const
66 GeometryType type ()
const
79 HierarchicalSimplexP2WithElementBubbleLocalCoefficients<dim> coefficients_;
Definition: hierarchicalsimplexp2withelementbubble.hh:328
Definition: hierarchicalp2withelementbubble.hh:18
The local finite element needed for the Zou-Kornhuber estimator for Signorini problems.
Definition: hierarchicalsimplexp2withelementbubble.hh:286
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:14
traits helper struct
Definition: localfiniteelementtraits.hh:10
Hierarchical p2 shape functions for the simplex.
Definition: hierarchicalsimplexp2withelementbubble.hh:20