dune-fem 2.8.0
|
Global basis functions. More...
#include <dune/fem/function/common/functionset.hh>
Public Types | |
typedef FunctionSpace | 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 | |
std::size_t | size () const |
return number of basis functions | |
template<class Functor > | |
void | evaluateEach (const DomainType &x, Functor functor) const |
template<class Functor > | |
void | jacobianEach (const DomainType &x, Functor functor) const |
template<class Functor > | |
void | hessianEach (const DomainType &x, Functor functor) const |
Global basis functions.
This class documents the function set interface.
FunctionSpace | function space |
typedef FunctionSpaceType::DomainType Dune::Fem::FunctionSet< FunctionSpace >::DomainType |
domain type
typedef FunctionSpace Dune::Fem::FunctionSet< FunctionSpace >::FunctionSpaceType |
function space type
typedef FunctionSpaceType::HessianRangeType Dune::Fem::FunctionSet< FunctionSpace >::HessianRangeType |
hessian range type
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::FunctionSet< FunctionSpace >::JacobianRangeType |
jacobian range type
typedef FunctionSpaceType::RangeType Dune::Fem::FunctionSet< FunctionSpace >::RangeType |
range type
void Dune::Fem::FunctionSet< FunctionSpace >::evaluateEach | ( | const DomainType & | x, |
Functor | functor | ||
) | const |
\brief evalute each basis function \param[in] x global coordinate \param[in] functor functor call for evaluating each basis function The functor has to be a copyable object satisfying the following interface:
void Dune::Fem::FunctionSet< FunctionSpace >::hessianEach | ( | const DomainType & | x, |
Functor | functor | ||
) | const |
\brief evalute hessian of each basis function \param[in] x global coordinate \param[in] functor functor call for evaluating the hessian of each basis function The functor has to be a copyable object satisfying the following interface:
void Dune::Fem::FunctionSet< FunctionSpace >::jacobianEach | ( | const DomainType & | x, |
Functor | functor | ||
) | const |
\brief evalute jacobian of each basis function \param[in] x global coordinate \param[in] functor functor call for evaluating the jacobian of each basis function The functor has to be a copyable object satisfying the following interface:
int Dune::Fem::FunctionSet< FunctionSpace >::order | ( | ) | const |
return order of basis functions
std::size_t Dune::Fem::FunctionSet< FunctionSpace >::size | ( | ) | const |
return number of basis functions