dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_DUALMORTARBASIS_DUALP1_HH
4 #define DUNE_LOCALFUNCTIONS_DUALMORTARBASIS_DUALP1_HH
6 #include <dune/geometry/type.hh>
31 template<
class D,
class R,
int dim,
bool faceDual=false>
74 static constexpr GeometryType
type ()
76 return GeometryTypes::simplex(dim);
DualP1LocalFiniteElement()
Definition: dualp1.hh:42
static constexpr GeometryType type()
Definition: dualp1.hh:74
const Traits::LocalBasisType & localBasis() const
Definition: dualp1.hh:47
Definition: bdfmcube.hh:15
LocalFiniteElementTraits< DualP1LocalBasis< D, R, dim, faceDual >, DualP1LocalCoefficients< dim >, DualP1LocalInterpolation< dim, DualP1LocalBasis< D, R, dim, faceDual > > > Traits
Definition: dualp1.hh:38
traits helper struct
Definition: localfiniteelementtraits.hh:10
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
The local dual p1 finite element on simplices.
Definition: dualp1.hh:32
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: dualp1.hh:54
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
const Traits::LocalInterpolationType & localInterpolation() const
Definition: dualp1.hh:61
Definition: dualp1localinterpolation.hh:12
Dual Lagrange shape functions on the simplex.
Definition: dualp1localbasis.hh:31
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
unsigned int size() const
Number of shape functions in this finite element.
Definition: dualp1.hh:67
Local coefficients for dual simplex P1 elements.
Definition: dualp1localcoefficients.hh:20