27#include "neml2/models/Interpolation.h"
28#include "neml2/tensors/Scalar.h"
44 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
const Scalar & _X2
Definition BilinearInterpolation.h:48
const Scalar & _X1
The abscissa values of the interpolant.
Definition BilinearInterpolation.h:47
const Variable< Scalar > & _x1
Argument of interpolation.
Definition BilinearInterpolation.h:51
BilinearInterpolation(const OptionSet &options)
const Variable< Scalar > & _x2
Definition BilinearInterpolation.h:52
const Size _dim
Intermediate dimension to interpolate.
Definition BilinearInterpolation.h:55
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.
Interpolation(const OptionSet &options)
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
int64_t Size
Definition types.h:71