27#include "neml2/models/Interpolation.h"
28#include "neml2/tensors/Scalar.h"
48 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Interpolation(const OptionSet &options)
const Scalar & _X
The abscissa values of the interpolant.
Definition LinearInterpolation.h:51
LinearInterpolation(const OptionSet &options)
const Variable< Scalar > & _x
Argument of interpolation.
Definition LinearInterpolation.h:54
static OptionSet expected_options()
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31