|
dune-fem 2.8.0
|
Proxy for a LocalBasisFunctionSet. More...
#include <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 ImplementationType & | impl () const |
| LocalFunctionSetProxy () | |
| LocalFunctionSetProxy (const LocalFunctionSet *localFunctionSet) | |
| int | order () const |
| const EntityType & | entity () 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 |
Proxy for a LocalBasisFunctionSet.
| LocalFunctionSet | local function set |
| typedef LocalFunctionSet::DomainType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::DomainType |
| typedef LocalFunctionSet::EntityType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::EntityType |
| typedef LocalFunctionSet::FunctionSpaceType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::FunctionSpaceType |
| typedef LocalFunctionSet::HessianRangeType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::HessianRangeType |
| typedef LocalFunctionSet Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::ImplementationType |
| typedef LocalFunctionSet::JacobianRangeType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::JacobianRangeType |
| typedef LocalFunctionSet::RangeType Dune::Fem::LocalFunctionSetProxy< LocalFunctionSet >::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |