dune-fem
2.8-git
|
convert (global) function set to local function set More...
#include <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 FunctionSet &functionSet=FunctionSet()) | |
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 |
|
inlineexplicit |
|
inline |
return entity
|
inline |
|
inline |
return function set
|
inline |
|
inline |
|
inline |
return order of basis functions
|
inline |
return number of basis functions