dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | List of all members
Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple > Class Template Reference

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

Classes

struct  Assign
 
struct  Order
 

Public Types

typedef FunctionSpace FunctionSpaceType
 
typedef ShapeFunctionSetTuple ShapeFunctionSetTupleType
 
typedef FunctionSpaceType::DomainFieldType DomainFieldType
 
typedef FunctionSpaceType::RangeFieldType RangeFieldType
 
typedef FunctionSpaceType::DomainType DomainType
 
typedef FunctionSpaceType::RangeType RangeType
 
typedef FunctionSpaceType::JacobianRangeType JacobianRangeType
 
typedef FunctionSpaceType::HessianRangeType HessianRangeType
 

Public Member Functions

 TensorProductShapeFunctionSet ()=default
 
 TensorProductShapeFunctionSet (const ShapeFunctionSetTupleType &shapeFunctionSetTuple)
 
 ~TensorProductShapeFunctionSet ()
 
 TensorProductShapeFunctionSet (const ThisType &other)
 
const ThisTypeoperator= (const ThisType &other)
 
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

template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::DomainFieldType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::DomainFieldType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::DomainType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::DomainType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpace Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::FunctionSpaceType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::HessianRangeType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::HessianRangeType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::JacobianRangeType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::RangeFieldType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::RangeFieldType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef FunctionSpaceType::RangeType Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::RangeType
template<class FunctionSpace , class ShapeFunctionSetTuple >
typedef ShapeFunctionSetTuple Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::ShapeFunctionSetTupleType

Constructor & Destructor Documentation

template<class FunctionSpace , class ShapeFunctionSetTuple >
Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::TensorProductShapeFunctionSet ( )
default
template<class FunctionSpace , class ShapeFunctionSetTuple >
Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::TensorProductShapeFunctionSet ( const ShapeFunctionSetTupleType shapeFunctionSetTuple)
inlineexplicit
template<class FunctionSpace , class ShapeFunctionSetTuple >
Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::~TensorProductShapeFunctionSet ( )
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::TensorProductShapeFunctionSet ( const ThisType other)
inline

Member Function Documentation

template<class FunctionSpace , class ShapeFunctionSetTuple >
template<class Point , class Functor >
void Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::evaluateEach ( const Point &  x,
Functor  functor 
) const
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
template<class Point , class Functor >
void Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::hessianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
template<class Point , class Functor >
void Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::jacobianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
const TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::ThisType & Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::operator= ( const ThisType other)
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
int Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::order ( ) const
inline
template<class FunctionSpace , class ShapeFunctionSetTuple >
std::size_t Dune::Fem::TensorProductShapeFunctionSet< FunctionSpace, ShapeFunctionSetTuple >::size ( ) const
inline

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