dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet > Class Template Reference

convert (global) function set to local function set More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/function/localfunction/localfunctionsetadapter.hh>

Public Types

typedef Entity EntityType
 entity type More...
 
typedef FunctionSet FunctionSetType
 function set type More...
 
typedef FunctionSet::FunctionSpaceType FunctionSpaceType
 function space type More...
 
typedef FunctionSpaceType::DomainType DomainType
 domain type More...
 
typedef FunctionSpaceType::RangeType RangeType
 range type More...
 
typedef FunctionSpaceType::JacobianRangeType JacobianRangeType
 jacobian range type More...
 
typedef FunctionSpaceType::HessianRangeType HessianRangeType
 hessian range type More...
 

Public Member Functions

 LocalFunctionSetAdapter (const Entity &entity, const FunctionSet &functionSet=FunctionSet())
 
int order () const
 return order of basis functions More...
 
const EntityTypeentity () const
 return entity More...
 
std::size_t size () const
 return number of basis functions More...
 
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
 
const FunctionSetType functionSet () const
 return function set More...
 

Detailed Description

template<class Entity, class FunctionSet>
class Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >

convert (global) function set to local function set

Template Parameters
Entityentity type
FunctionSetimplementation of FunctionSet

Member Typedef Documentation

template<class Entity , class FunctionSet >
typedef FunctionSpaceType::DomainType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::DomainType

domain type

template<class Entity , class FunctionSet >
typedef Entity Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::EntityType

entity type

template<class Entity , class FunctionSet >
typedef FunctionSet Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::FunctionSetType

function set type

template<class Entity , class FunctionSet >
typedef FunctionSet::FunctionSpaceType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::FunctionSpaceType

function space type

template<class Entity , class FunctionSet >
typedef FunctionSpaceType::HessianRangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::HessianRangeType

hessian range type

template<class Entity , class FunctionSet >
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::JacobianRangeType

jacobian range type

template<class Entity , class FunctionSet >
typedef FunctionSpaceType::RangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::RangeType

range type

Constructor & Destructor Documentation

template<class Entity , class FunctionSet >
Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::LocalFunctionSetAdapter ( const Entity &  entity,
const FunctionSet functionSet = FunctionSet() 
)
inlineexplicit

Member Function Documentation

template<class Entity , class FunctionSet >
const EntityType& Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::entity ( ) const
inline
template<class Entity , class FunctionSet >
template<class Point , class Functor >
void Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::evaluateEach ( const Point &  x,
Functor  functor 
) const
inline
template<class Entity , class FunctionSet >
const FunctionSetType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::functionSet ( ) const
inline
template<class Entity , class FunctionSet >
template<class Point , class Functor >
void Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::hessianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class Entity , class FunctionSet >
template<class Point , class Functor >
void Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::jacobianEach ( const Point &  x,
Functor  functor 
) const
inline
template<class Entity , class FunctionSet >
int Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::order ( ) const
inline

return order of basis functions

References Dune::Fem::FunctionSet< FunctionSpace >::order().

template<class Entity , class FunctionSet >
std::size_t Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::size ( ) const
inline

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