14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/NotImplementedException.h"
17#include "arcane/utils/TraceInfo.h"
18#include "arcane/utils/Real3.h"
19#include "arcane/core/StandardCaseFunction.h"
40~StandardCaseFunction()
105 ARCANE_UNUSED(param);
116 ARCANE_UNUSED(param);
127 ARCANE_UNUSED(param);
138 ARCANE_UNUSED(param);
149 ARCANE_UNUSED(param);
158getFunctorRealRealToReal()
166IBinaryMathFunctor<Real, Real3, Real>* StandardCaseFunction::
167getFunctorRealReal3ToReal()
176getFunctorRealRealToReal3()
185getFunctorRealReal3ToReal3()
Information to build an instance of CaseFunction.
CaseFunction(const CaseFunctionBuildInfo &info)
Constructs a dataset function.
Interface of a binary mathematical function.
Exception when a function is not implemented.
Class managing a 3-dimensional real vector.
void value(Real param, Real &v) const override
Value v of the option for parameter param.
StandardCaseFunction(const CaseFunctionBuildInfo &info)
Constructs a dataset function.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
double Real
Type representing a real number.