dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::SimpleShapeFunctionSet< ShapeFunction > Class Template Reference

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

Inheritance diagram for Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >:
Inheritance graph

Public Types

typedef ShapeFunction ShapeFunctionType
 
typedef ShapeFunction::FunctionSpaceType FunctionSpaceType
 
typedef FunctionSpaceType::DomainType DomainType
 
typedef FunctionSpaceType::RangeType RangeType
 
typedef FunctionSpaceType::JacobianRangeType JacobianRangeType
 
typedef FunctionSpaceType::HessianRangeType HessianRangeType
 

Public Member Functions

template<class Factory >
 SimpleShapeFunctionSet (const Factory &factory)
 
 SimpleShapeFunctionSet (const ThisType &other)
 
const ThisTypeoperator= (const ThisType &other)
 
 ~SimpleShapeFunctionSet ()
 
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
 

Protected Attributes

std::vector< const ShapeFunctionType * > shapeFunctions_
 
int order_
 

Member Typedef Documentation

template<class ShapeFunction>
typedef FunctionSpaceType::DomainType Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::DomainType
template<class ShapeFunction>
typedef ShapeFunction::FunctionSpaceType Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::FunctionSpaceType
template<class ShapeFunction>
typedef FunctionSpaceType::HessianRangeType Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::HessianRangeType
template<class ShapeFunction>
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::JacobianRangeType
template<class ShapeFunction>
typedef FunctionSpaceType::RangeType Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::RangeType
template<class ShapeFunction>
typedef ShapeFunction Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::ShapeFunctionType

Constructor & Destructor Documentation

template<class ShapeFunction >
template<class Factory >
Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::SimpleShapeFunctionSet ( const Factory &  factory)
inlineexplicit
template<class ShapeFunction >
Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::SimpleShapeFunctionSet ( const ThisType other)
inline
template<class ShapeFunction >
Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::~SimpleShapeFunctionSet ( )
inline

Member Function Documentation

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

Member Data Documentation

template<class ShapeFunction>
int Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::order_
protected
template<class ShapeFunction>
std::vector< const ShapeFunctionType * > Dune::Fem::SimpleShapeFunctionSet< ShapeFunction >::shapeFunctions_
protected

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