Dune Core Modules (2.8.0)
Dune::VirtualFunction< DomainType, RangeType > Class Template Referenceabstract
Virtual base class template for function classes. More...
#include <dune/common/function.hh>
Public Member Functions | |
virtual void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const =0 |
Function evaluation. More... | |
Detailed Description
Virtual base class template for function classes.
- See also
- makeVirtualFunction for a helper to convert lambda functions to
VirtualFunction
objects.
- Template Parameters
-
DomainType The type of the input variable is 'const DomainType &' RangeType The type of the output variable is 'RangeType &'
Member Function Documentation
◆ evaluate()
template<class DomainType , class RangeType >
|
pure virtual |
Function evaluation.
- Parameters
-
x Argument for function evaluation. y Result of function evaluation.
The documentation for this class was generated from the following file:
- dune/common/function.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)