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 dune_static_assert(dim==2,
"HierarchicalP2WithElementBubbleLocalFiniteElement only implemented for dim==2.");
55 return interpolation_;
const Traits::LocalBasisType & localBasis() const
Definition: hierarchicalp2withelementbubble.hh:39
traits helper struct
Definition: localfiniteelementtraits.hh:10
Hierarchical p2 shape functions for the simplex.
Definition: hierarchicalsimplexp2withelementbubble.hh:20
LocalFiniteElementTraits< HierarchicalSimplexP2WithElementBubbleLocalBasis< D, R, dim >, HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >, HierarchicalSimplexP2WithElementBubbleLocalInterpolation< HierarchicalSimplexP2WithElementBubbleLocalBasis< D, R, dim > > > Traits
Definition: hierarchicalp2withelementbubble.hh:28
GeometryType type() const
Definition: hierarchicalp2withelementbubble.hh:60
Definition: hierarchicalsimplexp2withelementbubble.hh:328
Definition: hierarchicalp2withelementbubble.hh:18
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
HierarchicalP2WithElementBubbleLocalFiniteElement()
Definition: hierarchicalp2withelementbubble.hh:32
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
The local finite element needed for the Zou-Kornhuber estimator for Signorini problems.
Definition: hierarchicalsimplexp2withelementbubble.hh:286
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: hierarchicalp2withelementbubble.hh:46
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
const Traits::LocalInterpolationType & localInterpolation() const
Definition: hierarchicalp2withelementbubble.hh:53
HierarchicalP2WithElementBubbleLocalFiniteElement * clone() const
Definition: hierarchicalp2withelementbubble.hh:65