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;
Linearly interpolate the parameter along on a 2D grid.
Definition BilinearInterpolation.h:37
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)
Definition BilinearInterpolation.cxx:66
const Variable< Scalar > & _x2
Definition BilinearInterpolation.h:52
const Size _dim
Intermediate dimension to interpolate.
Definition BilinearInterpolation.h:55
static OptionSet expected_options()
Definition BilinearInterpolation.cxx:36
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition BilinearInterpolation.cxx:78
The base class for interpolated variable.
Definition Interpolation.h:64
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30
int64_t Size
Definition types.h:65