3#ifndef DUNE_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
4#define DUNE_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
6#include <dune/geometry/type.hh>
18 template<
class D,
class R>
Definition brezzidouglasmarini1cube2d.hh:14
traits helper struct
Definition localfiniteelementtraits.hh:11
LB LocalBasisType
Definition localfiniteelementtraits.hh:14
LC LocalCoefficientsType
Definition localfiniteelementtraits.hh:18
LI LocalInterpolationType
Definition localfiniteelementtraits.hh:22
Definition pyramidp2.hh:20
const Traits::LocalInterpolationType & localInterpolation() const
Definition pyramidp2.hh:51
PyramidP2LocalFiniteElement * clone() const
Definition pyramidp2.hh:69
unsigned int size() const
Number of shape functions in this finite element.
Definition pyramidp2.hh:57
GeometryType type() const
Definition pyramidp2.hh:64
const Traits::LocalBasisType & localBasis() const
Definition pyramidp2.hh:37
const Traits::LocalCoefficientsType & localCoefficients() const
Definition pyramidp2.hh:44
PyramidP2LocalFiniteElement()
Definition pyramidp2.hh:30
LocalFiniteElementTraits< PyramidP2LocalBasis< D, R >, PyramidP2LocalCoefficients, PyramidP2LocalInterpolation< PyramidP2LocalBasis< D, R > > > Traits
Definition pyramidp2.hh:26
Quadratic Lagrange shape functions on the pyramid.
Definition pyramidp2localbasis.hh:30
Layout map for PyramidP2 elements.
Definition pyramidp2localcoefficients.hh:21
Definition pyramidp2localinterpolation.hh:12