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

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/shapefunctionset/proxy.hh>

Public Types

typedef ShapeFunctionSet ImplementationType
 
typedef ImplementationType::FunctionSpaceType FunctionSpaceType
 
typedef FunctionSpaceType::DomainType DomainType
 
typedef FunctionSpaceType::RangeType RangeType
 
typedef FunctionSpaceType::JacobianRangeType JacobianRangeType
 
typedef FunctionSpaceType::HessianRangeType HessianRangeType
 

Public Member Functions

const ImplementationTypeimpl () const
 
 ShapeFunctionSetProxy ()
 
 ShapeFunctionSetProxy (const 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::ShapeFunctionSetProxy< ShapeFunctionSet >::ShapeFunctionSetProxy ( )
inline
template<class ShapeFunctionSet >
Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::ShapeFunctionSetProxy ( const ShapeFunctionSet shapeFunctionSet)
inline

Member Function Documentation

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

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