dune-fem 2.8.0
|
#include <dune/fem/space/shapefunctionset/wrapper.hh>
Public Types | |
typedef ShapeFunctionSet::FunctionSpaceType | FunctionSpaceType |
typedef ShapeFunctionSet::DomainType | DomainType |
typedef ShapeFunctionSet::RangeType | RangeType |
typedef ShapeFunctionSet::JacobianRangeType | JacobianRangeType |
typedef ShapeFunctionSet::HessianRangeType | HessianRangeType |
Public Member Functions | |
IdShapeFunctionSet (const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet()) | |
int | order () const |
std::size_t | size () const |
template<class Point , class Functor > | |
void | evaluateEach (const Point &x, Functor functor) const |
template<class Point , class Functor > | |
void | jacobianEach (const Point &x, Functor functor) const |
template<class Point , class Functor > | |
void | hessianEach (const Point &x, Functor functor) const |
typedef ShapeFunctionSet::DomainType Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::DomainType |
typedef ShapeFunctionSet::FunctionSpaceType Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::FunctionSpaceType |
typedef ShapeFunctionSet::HessianRangeType Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::HessianRangeType |
typedef ShapeFunctionSet::JacobianRangeType Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::JacobianRangeType |
typedef ShapeFunctionSet::RangeType Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |