|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Protected Member Functions |
Static Protected Member Functions |
Related Symbols |
List of all members
Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > > Class Template Reference
#include <dune/fem/function/common/common.hh>
Inheritance diagram for Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > >:

Public Types | |
| typedef BaseType::DomainType | DomainType |
| typedef BaseType::RangeType | RangeType |
| typedef BaseType::JacobianRangeType | JacobianRangeType |
| typedef BaseType::HessianRangeType | HessianRangeType |
| typedef FunctionSpace< ct, ct, dimworld, dimworld > | FunctionSpaceType |
| type of function space this function belongs to | |
| typedef Identity< FunctionSpace< ct, ct, dimworld, dimworld > > | FunctionType |
| type of the implementation (Barton-Nackman) | |
| typedef FunctionSpaceType::DomainFieldType | DomainFieldType |
| field type of domain | |
| typedef FunctionSpaceType::RangeFieldType | RangeFieldType |
| field type of range | |
| typedef Mapping< DomainFieldType, RangeFieldType, DomainType, RangeType > | MappingType |
| type of mapping base class | |
Public Member Functions | |
| void | evaluate (const DomainType &x, RangeType &value) const |
| void | jacobian (const DomainType &x, JacobianRangeType &jacobian) const |
| void | hessian (const DomainType &x, HessianRangeType &hessian) const |
| virtual void | operator() (const DomainType &arg, RangeType &dest) const |
| application operator call evaluate | |
| void | operator() (const DomainType &arg, RangeType &dest) const |
| Application operator that applies all operators in the linear combination stack. | |
Protected Member Functions | |
| const Implementation & | asImp () const |
| Implementation & | asImp () |
Static Protected Member Functions | |
| static const Implementation & | asImp (const ThisType &other) |
| static Implementation & | asImp (ThisType &other) |
| static const Implementation & | asImp (const ThisType &other) |
| static Implementation & | asImp (ThisType &other) |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator+ (const Mapping< DFieldType, RFieldType, DType, RType > &a, const Mapping< DFieldType, RFieldType, DType, RType > &b) |
| add two mappings | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator- (const Mapping< DFieldType, RFieldType, DType, RType > &a, const Mapping< DFieldType, RFieldType, DType, RType > &b) |
| substract two mappings | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator* (const Mapping< DFieldType, RFieldType, DType, RType > &mapping, const RFieldType &factor) |
| scale mapping with factor | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator* (const RFieldType &factor, const Mapping< DFieldType, RFieldType, DType, RType > &mapping) |
| scale mapping with factor | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator/ (const Mapping< DFieldType, RFieldType, DType, RType > &mapping, const RFieldType &factor) |
| operator / for mappings | |
| template<class DFieldType , class RFieldType , class DType , class RType > | |
| static Mapping< DFieldType, RFieldType, DType, RType > | operator/ (const RFieldType &factor, const Mapping< DFieldType, RFieldType, DType, RType > &mapping) |
| operator / for mappings | |
Member Typedef Documentation
◆ DomainFieldType
|
inherited |
field type of domain
◆ DomainType
template<class ct , int dimworld>
| typedef BaseType::DomainType Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > >::DomainType |
◆ FunctionSpaceType
|
inherited |
type of function space this function belongs to
◆ FunctionType
|
inherited |
type of the implementation (Barton-Nackman)
◆ HessianRangeType
template<class ct , int dimworld>
| typedef BaseType::HessianRangeType Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > >::HessianRangeType |
◆ JacobianRangeType
template<class ct , int dimworld>
| typedef BaseType::JacobianRangeType Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > >::JacobianRangeType |
◆ MappingType
|
inherited |
type of mapping base class
◆ RangeFieldType
|
inherited |
field type of range
◆ RangeType
template<class ct , int dimworld>
| typedef BaseType::RangeType Dune::Fem::Identity< FunctionSpace< ct, ct, dimworld, dimworld > >::RangeType |
Member Function Documentation
◆ asImp() [1/6]
|
inlineprotectedinherited |
◆ asImp() [2/6]
|
inlineprotectedinherited |
◆ asImp() [3/6]
|
inlinestaticprotectedinherited |
◆ asImp() [4/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ asImp() [5/6]
|
inlinestaticprotectedinherited |
◆ asImp() [6/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ evaluate()
template<class ct , int dimworld>
|
inline |
◆ hessian()
template<class ct , int dimworld>
|
inline |
◆ jacobian()
template<class ct , int dimworld>
|
inline |
◆ operator()() [1/2]
|
inlinevirtualinherited |
application operator call evaluate
- Parameters
-
[in] arg argument [out] dest destination, i.e. f(arg)
◆ operator()() [2/2]
template<typename DFieldType , typename RFieldType , class DType , class RType >
|
inlineinherited |
Application operator that applies all operators in the linear combination stack.
- Parameters
-
[in] arg argument [out] dest destination
Friends And Related Symbol Documentation
◆ operator*() [1/2]
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
scale mapping with factor
- Parameters
-
[in] mapping Mapping which is scaled [in] factor factor with which mapping is scaled
- Returns
- new object mapping
◆ operator*() [2/2]
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
scale mapping with factor
- Parameters
-
[in] factor factor with which mapping is scaled [in] mapping Mapping which is scaled
- Returns
- new object mapping
◆ operator+()
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
add two mappings
- Parameters
-
[in] a mapping 1 [in] b mapping 2
- Returns
- new object mapping
◆ operator-()
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
substract two mappings
- Parameters
-
[in] a mapping 1 [in] b mapping 2
- Returns
- new object mapping
◆ operator/() [1/2]
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
operator / for mappings
- Parameters
-
[in] mapping mapping which is divided [in] factor f factor by which result of mapping is divided
- Returns
- new object mapping
◆ operator/() [2/2]
template<class DFieldType , class RFieldType , class DType , class RType >
|
related |
operator / for mappings
- Parameters
-
[in] factor by which result of mapping is divided [in] mapping which is divided
- Returns
- new object mapping
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