|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace > Class Template Reference
#include <dune/fem/space/shapefunctionset/orthonormal.hh>
Inheritance diagram for Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >:

Public Types | |
| typedef FunctionSpace | FunctionSpaceType |
| function space type | |
| typedef FunctionSpaceType::DomainType | DomainType |
| typedef FunctionSpaceType::RangeType | RangeType |
| range type | |
| typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
| jacobian range type | |
| typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
| hessian range type | |
| typedef int | OrthonormalLocalFiniteElementType |
Public Member Functions | |
Construction | |
| OrthonormalShapeFunctionSet ()=default | |
| OrthonormalShapeFunctionSet (GeometryType type, int order) | |
| OrthonormalShapeFunctionSet (const ThisType &)=default | |
| OrthonormalShapeFunctionSet (ThisType &&)=default | |
Assignment | |
| OrthonormalShapeFunctionSet & | operator= (const ThisType &)=default |
| OrthonormalShapeFunctionSet & | operator= (ThisType &&)=default |
Static Public Attributes | |
| static const int | dimension = FunctionSpaceType::dimDomain |
| static const bool | haveLocalFunctions_ = false |
Public member methods | |
| int | order () const |
| return order of shape functions | |
| std::size_t constexpr | 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 | |
| static std::size_t constexpr | size (int order) |
| please doc me | |
Member Typedef Documentation
◆ DomainType
template<class FunctionSpace >
| typedef FunctionSpaceType::DomainType Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::DomainType |
◆ FunctionSpaceType
template<class FunctionSpace >
| typedef FunctionSpace Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::FunctionSpaceType |
function space type
◆ HessianRangeType
template<class FunctionSpace >
| typedef FunctionSpaceType::HessianRangeType Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::HessianRangeType |
hessian range type
◆ JacobianRangeType
template<class FunctionSpace >
| typedef FunctionSpaceType::JacobianRangeType Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::JacobianRangeType |
jacobian range type
◆ OrthonormalLocalFiniteElementType
template<class FunctionSpace >
| typedef int Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::OrthonormalLocalFiniteElementType |
◆ RangeType
template<class FunctionSpace >
| typedef FunctionSpaceType::RangeType Dune::Fem::OrthonormalShapeFunctionSet< FunctionSpace >::RangeType |
range type
Constructor & Destructor Documentation
◆ OrthonormalShapeFunctionSet() [1/4]
template<class FunctionSpace >
|
default |
◆ OrthonormalShapeFunctionSet() [2/4]
template<class FunctionSpace >
|
inline |
◆ OrthonormalShapeFunctionSet() [3/4]
template<class FunctionSpace >
|
default |
◆ OrthonormalShapeFunctionSet() [4/4]
template<class FunctionSpace >
|
default |
Member Function Documentation
◆ evaluateEach()
template<class FunctionSpace >
template<class Point , class Functor >
|
inline |
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 >
|
inline |
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 >
|
inline |
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 >
};
◆ operator=() [1/2]
template<class FunctionSpace >
|
default |
◆ operator=() [2/2]
template<class FunctionSpace >
|
default |
◆ order()
template<class FunctionSpace >
|
inline |
return order of shape functions
◆ size() [1/2]
template<class FunctionSpace >
|
inlineconstexpr |
return number of shape functions
◆ size() [2/2]
template<class FunctionSpace >
|
inlinestaticconstexpr |
please doc me
Member Data Documentation
◆ dimension
template<class FunctionSpace >
|
static |
◆ haveLocalFunctions_
template<class FunctionSpace >
|
static |
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