dune-localfunctions
2.6-git
|
Go to the documentation of this file.
3 #ifndef DUNE_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
4 #define DUNE_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
6 #include <dune/geometry/type.hh>
18 template<
class D,
class R>
62 static constexpr GeometryType
type ()
64 return GeometryTypes::pyramid;
traits helper struct
Definition: localfiniteelementtraits.hh:10
unsigned int size() const
Number of shape functions in this finite element.
Definition: pyramidp2.hh:55
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
const Traits::LocalBasisType & localBasis() const
Definition: pyramidp2.hh:35
Definition: pyramidp2.hh:19
PyramidP2LocalFiniteElement()
Definition: pyramidp2.hh:30
const Traits::LocalInterpolationType & localInterpolation() const
Definition: pyramidp2.hh:49
Quadratic Lagrange shape functions on the pyramid.
Definition: pyramidp2localbasis.hh:29
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LocalFiniteElementTraits< PyramidP2LocalBasis< D, R >, PyramidP2LocalCoefficients, PyramidP2LocalInterpolation< PyramidP2LocalBasis< D, R > > > Traits
Definition: pyramidp2.hh:26
static constexpr GeometryType type()
Definition: pyramidp2.hh:62
Definition: pyramidp2localinterpolation.hh:11
Layout map for PyramidP2 elements.
Definition: pyramidp2localcoefficients.hh:20
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: pyramidp2.hh:42
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15