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

Proxy for a LocalBasisFunctionSet. More...

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

Public Types

typedef LocalFunctionSet ImplementationType
 
typedef LocalFunctionSet::EntityType EntityType
 
typedef LocalFunctionSet::FunctionSpaceType FunctionSpaceType
 
typedef LocalFunctionSet::DomainType DomainType
 
typedef LocalFunctionSet::RangeType RangeType
 
typedef LocalFunctionSet::JacobianRangeType JacobianRangeType
 
typedef LocalFunctionSet::HessianRangeType HessianRangeType
 

Public Member Functions

const ImplementationTypeimpl () const
 
 LocalFunctionSetProxy ()
 
 LocalFunctionSetProxy (const LocalFunctionSet *localFunctionSet)
 
int order () const
 
const EntityTypeentity () 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
 

Detailed Description

template<class LocalFunctionSet>
class Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >

Proxy for a LocalBasisFunctionSet.

Template Parameters
LocalFunctionSetlocal function set

Member Typedef Documentation

Constructor & Destructor Documentation

template<class LocalFunctionSet >
Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::LocalFunctionSetProxy ( )
inline
template<class LocalFunctionSet >
Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::LocalFunctionSetProxy ( const LocalFunctionSet localFunctionSet)
inline

Member Function Documentation

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

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