|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::Fem::SelectCachingShapeFunctionSet< ShapeFunctionSet, SimpleStorage > Class Template Reference
#include <dune/fem/space/shapefunctionset/selectcaching.hh>
Inheritance diagram for Dune::Fem::SelectCachingShapeFunctionSet< ShapeFunctionSet, SimpleStorage >:

Public Types | |
| typedef ShapeFunctionSet | ImplementationType |
| 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 | |
| SelectCachingShapeFunctionSet (const GeometryType &type, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet()) | |
| int | order () const |
| return order of shape functions | |
| std::size_t | size () const |
| return number of shape functions | |
| template<class Point , class Functor > | |
| void | evaluateEach (const Point &x, Functor functor) const |
| evalute each shape function | |
| template<class Point , class Functor > | |
| void | jacobianEach (const Point &x, Functor functor) const |
| evalute jacobian of each shape function | |
| template<class Point , class Functor > | |
| void | hessianEach (const Point &x, Functor functor) const |
| evalute hessian of each shape function | |
Member Typedef Documentation
◆ DomainType
template<class FunctionSpace >
|
inherited |
domain type
◆ FunctionSpaceType
template<class FunctionSpace >
|
inherited |
function space type
◆ HessianRangeType
template<class FunctionSpace >
|
inherited |
hessian range type
◆ ImplementationType
template<class ShapeFunctionSet >
| typedef ShapeFunctionSet Dune::Fem::SelectCachingShapeFunctionSet< ShapeFunctionSet, SimpleStorage >::ImplementationType |
◆ JacobianRangeType
template<class FunctionSpace >
|
inherited |
jacobian range type
◆ RangeType
template<class FunctionSpace >
|
inherited |
range type
Constructor & Destructor Documentation
◆ SelectCachingShapeFunctionSet()
template<class ShapeFunctionSet >
|
inlineexplicit |
Member Function Documentation
◆ evaluateEach()
template<class FunctionSpace >
template<class Point , class Functor >
|
inherited |
evalute each shape function
- Parameters
-
[in] x coordinate or quadrature point [in] functor functor call for evaluating each shape function
The functor has to be a copyable object satisfying the following interface:
struct Functor
{
template< class Value >
};
virtual void operator()()=0
◆ hessianEach()
template<class FunctionSpace >
template<class Point , class Functor >
|
inherited |
evalute hessian of each shape function
- Parameters
-
[in] x coordinate or quadrature point [in] functor functor call for evaluating the hessian of each shape function
The functor has to be a copyable object satisfying the following interface:
struct Functor
{
template< class Hessian >
};
◆ jacobianEach()
template<class FunctionSpace >
template<class Point , class Functor >
|
inherited |
evalute jacobian of each shape function
- Parameters
-
[in] x coordinate or quadrature point [in] functor functor call for evaluating the jacobian of each shape function
The functor has to be a copyable object satisfying the following interface:
struct Functor
{
template< class Jacobian >
};
◆ order()
template<class FunctionSpace >
|
inherited |
return order of shape functions
◆ size()
template<class FunctionSpace >
|
inherited |
return number of shape functions
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8