1#ifndef DUNE_FEM_SPACE_SHAPEFUNCTIONSET_WRAPPER_HH
2#define DUNE_FEM_SPACE_SHAPEFUNCTIONSET_WRAPPER_HH
23 template<
class ShapeFunctionSet >
35 : shapeFunctionSet_( shapeFunctionSet )
40 return shapeFunctionSet_.
order();
45 return shapeFunctionSet_.
size();
48 template<
class Po
int,
class Functor >
54 template<
class Po
int,
class Functor >
60 template<
class Po
int,
class Functor >
Definition: bindguard.hh:11
Definition: explicitfieldvector.hh:75
A vector valued function space.
Definition: functionspace.hh:60
Interface class for shape function sets.
Definition: shapefunctionset/shapefunctionset.hh:33
FunctionSpaceType::JacobianRangeType JacobianRangeType
jacobian range type
Definition: shapefunctionset/shapefunctionset.hh:43
FunctionSpaceType::RangeType RangeType
range type
Definition: shapefunctionset/shapefunctionset.hh:41
void hessianEach(const Point &x, Functor functor) const
evalute hessian of each shape function
void evaluateEach(const Point &x, Functor functor) const
evalute each shape function
std::size_t size() const
return number of shape functions
int order() const
return order of shape functions
FunctionSpaceType::DomainType DomainType
domain type
Definition: shapefunctionset/shapefunctionset.hh:39
void jacobianEach(const Point &x, Functor functor) const
evalute jacobian of each shape function
Definition: wrapper.hh:25
ShapeFunctionSet::FunctionSpaceType FunctionSpaceType
Definition: wrapper.hh:27
void jacobianEach(const Point &x, Functor functor) const
Definition: wrapper.hh:55
ShapeFunctionSet::RangeType RangeType
Definition: wrapper.hh:30
ShapeFunctionSet::JacobianRangeType JacobianRangeType
Definition: wrapper.hh:31
ShapeFunctionSet::DomainType DomainType
Definition: wrapper.hh:29
void hessianEach(const Point &x, Functor functor) const
Definition: wrapper.hh:61
IdShapeFunctionSet(const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet())
Definition: wrapper.hh:34
std::size_t size() const
Definition: wrapper.hh:43
void evaluateEach(const Point &x, Functor functor) const
Definition: wrapper.hh:49
ShapeFunctionSet::HessianRangeType HessianRangeType
Definition: wrapper.hh:32
int order() const
Definition: wrapper.hh:38