dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/shapefunctionset/proxy.hh>
Public Types | |
typedef ShapeFunctionSet | ImplementationType |
typedef ImplementationType::FunctionSpaceType | FunctionSpaceType |
typedef FunctionSpaceType::DomainType | DomainType |
typedef FunctionSpaceType::RangeType | RangeType |
typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
Public Member Functions | |
const ImplementationType & | impl () const |
ShapeFunctionSetProxy () | |
ShapeFunctionSetProxy (const ShapeFunctionSet *shapeFunctionSet) | |
int | order () const |
std::size_t | size () const |
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 |
typedef FunctionSpaceType::DomainType Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::DomainType |
typedef ImplementationType::FunctionSpaceType Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::FunctionSpaceType |
typedef FunctionSpaceType::HessianRangeType Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::HessianRangeType |
typedef ShapeFunctionSet Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::ImplementationType |
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::JacobianRangeType |
typedef FunctionSpaceType::RangeType Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::evaluateEach(), Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::hessianEach(), Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::jacobianEach(), Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::order(), and Dune::Fem::ShapeFunctionSetProxy< ShapeFunctionSet >::size().
|
inline |
|
inline |
|
inline |