DUNE-ACFEM (unstable)

Dune::ACFem::PDEModel::UnaryModelExpression< ReturnValueFunctor, Model, Methods, Signatures > Class Template Reference

General unary model expression template. More...

Detailed Description

template<class ReturnValueFunctor, class Model, class Methods = typename ModelTraits<Model>::Methods, class Signatures = typename ModelTraits<Model>::MethodCallSignatures>
class Dune::ACFem::PDEModel::UnaryModelExpression< ReturnValueFunctor, Model, Methods, Signatures >

General unary model expression template.

Parameters
[in]ModelType of model the unary expression is applied to.
[in]ReturnValueFunctorFunctor to apply to the return value of the origianl model-method. This essentially is the implementation of the unary operation.
[in]MethodsMethods that must be implemented by the resulting model. Defaults to the methods implemented by Model.
[in]SignaturesCall-signatures that must be implemented by the result-model. The indices contained in Methods are the index into this sequence. Defaults to the call-signatures acutall implemented by Model.
[in]DisableDummy parameter for std::enable_if_t

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 14, 22:29, 2024)