dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/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
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<class ShapeFunctionSet >
Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::IdShapeFunctionSet ( const ShapeFunctionSet shapeFunctionSet = ShapeFunctionSet())
inline

Member Function Documentation

template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::evaluateEach ( const Point &  x,
Functor  functor 
) const
inline
template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::hessianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::jacobianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class ShapeFunctionSet >
int Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::order ( ) const
inline
template<class ShapeFunctionSet >
std::size_t Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::size ( ) const
inline

The documentation for this class was generated from the following file: