dune-fem 2.8.0
|
Proxy for a FunctionSet. More...
#include <dune/fem/function/common/functionset.hh>
Public Types | |
typedef FunctionSet | ImplementationType |
typedef FunctionSet::FunctionSpaceType | FunctionSpaceType |
typedef FunctionSet::DomainType | DomainType |
typedef FunctionSet::RangeType | RangeType |
typedef FunctionSet::JacobianRangeType | JacobianRangeType |
typedef FunctionSet::HessianRangeType | HessianRangeType |
Public Member Functions | |
const ImplementationType & | impl () const |
FunctionSetProxy () | |
FunctionSetProxy (const FunctionSet *functionSet) | |
int | order () const |
std::size_t | size () const |
template<class Functor > | |
void | evaluateEach (const DomainType &x, Functor functor) const |
template<class Functor > | |
void | jacobianEach (const DomainType &x, Functor functor) const |
template<class Functor > | |
void | hessianEach (const DomainType &x, Functor functor) const |
Proxy for a FunctionSet.
FunctionSpace | function space |
typedef FunctionSet::DomainType Dune::Fem::FunctionSetProxy< FunctionSet >::DomainType |
typedef FunctionSet::FunctionSpaceType Dune::Fem::FunctionSetProxy< FunctionSet >::FunctionSpaceType |
typedef FunctionSet::HessianRangeType Dune::Fem::FunctionSetProxy< FunctionSet >::HessianRangeType |
typedef FunctionSet Dune::Fem::FunctionSetProxy< FunctionSet >::ImplementationType |
typedef FunctionSet::JacobianRangeType Dune::Fem::FunctionSetProxy< FunctionSet >::JacobianRangeType |
typedef FunctionSet::RangeType Dune::Fem::FunctionSetProxy< FunctionSet >::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |