dune-fem
2.4.1-rc
|
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 EntityType & | entity () 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... | |
convert (global) function set to local function set
Entity | entity type |
FunctionSet | implementation of FunctionSet |
typedef FunctionSpaceType::DomainType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::DomainType |
domain type
typedef Entity Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::EntityType |
entity type
typedef FunctionSet Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::FunctionSetType |
function set type
typedef FunctionSet::FunctionSpaceType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::FunctionSpaceType |
function space type
typedef FunctionSpaceType::HessianRangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::HessianRangeType |
hessian range type
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::JacobianRangeType |
jacobian range type
typedef FunctionSpaceType::RangeType Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::RangeType |
range type
|
inlineexplicit |
|
inline |
return entity
Referenced by Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::functionSet().
|
inline |
|
inline |
return function set
References Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::entity().
Referenced by Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::evaluateEach(), Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::hessianEach(), Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::jacobianEach(), and Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::size().
|
inline |
|
inline |
|
inline |
return order of basis functions
References Dune::Fem::FunctionSet< FunctionSpace >::order().
|
inline |
return number of basis functions
References Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::functionSet(), and Dune::Fem::FunctionSet< FunctionSpace >::size().