ScalarLinearInterpolation

Source: models/common/LinearInterpolation.py

Interpolate a Scalar as a function of the given argument. See neml2::Interpolation for rules on shapes of the interpolant and the argument. This object performs a linear interpolation.

Inputs

argumentinput · Scalar · required

Argument used to query the interpolant

Outputs

outputoutput · Scalar

Scalar output of the interpolant. If not specified, the object name will be used as the output name.

Parameters

abscissaparameter · Scalar · required

Scalar defining the abscissa values of the interpolant

ordinateparameter · Scalar · required

Scalar defining the ordinate values of the interpolant