dune-localfunctions
2.6-git
|
Go to the documentation of this file.
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.");
53 return interpolation_;
64 static constexpr GeometryType
type ()
66 return GeometryTypes::triangle;
LocalFiniteElementTraits< HierarchicalSimplexP2WithElementBubbleLocalBasis< D, R, dim >, HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >, HierarchicalSimplexP2WithElementBubbleLocalInterpolation< HierarchicalSimplexP2WithElementBubbleLocalBasis< D, R, dim > > > Traits
Definition: hierarchicalp2withelementbubble.hh:21
const Traits::LocalInterpolationType & localInterpolation() const
Definition: hierarchicalp2withelementbubble.hh:51
traits helper struct
Definition: localfiniteelementtraits.hh:10
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
static constexpr GeometryType type()
Definition: hierarchicalp2withelementbubble.hh:64
unsigned int size() const
Number of shape functions in this finite element.
Definition: hierarchicalp2withelementbubble.hh:57
Hierarchical p2 shape functions for the simplex.
The local finite element needed for the Zou-Kornhuber estimator for Signorini problems.
Definition: hierarchicalsimplexp2withelementbubble.hh:410
const Traits::LocalBasisType & localBasis() const
Definition: hierarchicalp2withelementbubble.hh:37
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: hierarchicalp2withelementbubble.hh:44
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
Definition: hierarchicalp2withelementbubble.hh:18
Definition: hierarchicalsimplexp2withelementbubble.hh:452
HierarchicalP2WithElementBubbleLocalFiniteElement()
Definition: hierarchicalp2withelementbubble.hh:32
Definition: hierarchicalsimplexp2withelementbubble.hh:22
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15