dune-fem 2.8.0
|
convert (global) function set to local function set More...
#include <dune/fem/function/localfunction/localfunctionsetadapter.hh>
Public Types | |
typedef Entity | EntityType |
entity type | |
typedef FunctionSet | FunctionSetType |
function set type | |
typedef FunctionSet::FunctionSpaceType | FunctionSpaceType |
function space type | |
typedef FunctionSpaceType::DomainType | DomainType |
domain type | |
typedef FunctionSpaceType::RangeType | RangeType |
range type | |
typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
jacobian range type | |
typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
hessian range type | |
Public Member Functions | |
LocalFunctionSetAdapter (const FunctionSet &functionSet=FunctionSet()) | |
LocalFunctionSetAdapter (const Entity &entity, const FunctionSet &functionSet=FunctionSet()) | |
int | order () const |
return order of basis functions | |
const EntityType & | entity () const |
return entity | |
std::size_t | size () const |
return number of basis functions | |
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 | |
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