dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet > Class Template Reference

#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
 

Member Typedef Documentation

◆ DomainType

◆ FunctionSpaceType

◆ HessianRangeType

◆ JacobianRangeType

◆ RangeType

Constructor & Destructor Documentation

◆ IdShapeFunctionSet()

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

Member Function Documentation

◆ evaluateEach()

template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::evaluateEach ( const Point &  x,
Functor  functor 
) const
inline

◆ hessianEach()

template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::hessianEach ( const Point &  x,
Functor  functor 
) const
inline

◆ jacobianEach()

template<class ShapeFunctionSet >
template<class Point , class Functor >
void Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::jacobianEach ( const Point &  x,
Functor  functor 
) const
inline

◆ order()

template<class ShapeFunctionSet >
int Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::order ( ) const
inline

◆ size()

template<class ShapeFunctionSet >
std::size_t Dune::Fem::IdShapeFunctionSet< ShapeFunctionSet >::size ( ) const
inline

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