Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IStandardFunction Class Referenceabstract

Interface managing a standard function. More...

#include <arcane/core/IStandardFunction.h>

Inheritance diagram for Arcane::IStandardFunction:
Collaboration diagram for Arcane::IStandardFunction:

Public Member Functions

virtual IBinaryMathFunctor< Real, Real, Real > * getFunctorRealRealToReal ()=0
virtual IBinaryMathFunctor< Real, Real3, Real > * getFunctorRealReal3ToReal ()=0
virtual IBinaryMathFunctor< Real, Real, Real3 > * getFunctorRealRealToReal3 ()=0
virtual IBinaryMathFunctor< Real, Real3, Real3 > * getFunctorRealReal3ToReal3 ()=0

Detailed Description

Interface managing a standard function.

These functions can be associated with a dataset option.

Standard functions have the following possible prototypes:

Definition at line 40 of file IStandardFunction.h.


The documentation for this class was generated from the following file: