DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet > Class Template Reference
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 | |
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 | |
Detailed Description
template<class Entity, class FunctionSet>
class Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >
class Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >
convert (global) function set to local function set
- Template Parameters
-
Entity entity type FunctionSet implementation of FunctionSet
Member Function Documentation
◆ entity()
template<class Entity , class FunctionSet >
|
inline |
return entity
◆ evaluateEach()
template<class Entity , class FunctionSet >
template<class Point , class Functor >
|
inline |
◆ hessianEach()
template<class Entity , class FunctionSet >
template<class Point , class Functor >
|
inline |
◆ jacobianEach()
template<class Entity , class FunctionSet >
template<class Point , class Functor >
|
inline |
◆ order()
template<class Entity , class FunctionSet >
|
inline |
return order of basis functions
References Dune::Fem::FunctionSet< FunctionSpace >::order().
◆ size()
template<class Entity , class FunctionSet >
|
inline |
return number of basis functions
References Dune::Fem::LocalFunctionSetAdapter< Entity, FunctionSet >::functionSet(), and Dune::Fem::FunctionSet< FunctionSpace >::size().
The documentation for this class was generated from the following file:
- dune/fem/function/localfunction/localfunctionsetadapter.hh
