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#
argument—input·Scalar· requiredArgument used to query the interpolant
Outputs#
output—output·ScalarScalar output of the interpolant. If not specified, the object name will be used as the output name.
Parameters#
abscissa—parameter·Scalar· requiredScalar defining the abscissa values of the interpolant
ordinate—parameter·Scalar· requiredScalar defining the ordinate values of the interpolant