SR2BilinearInterpolation#
Source: models/common/BilinearInterpolation.py
Bilinearly interpolate a SR2 parameter on a 2-D grid.
See neml2::Interpolation for the shape rules and neml2::BilinearInterpolation for the corner formula.
Inputs#
argument1—input·Scalar· requiredFirst argument used to query the interpolant
argument2—input·Scalar· requiredSecond argument used to query the interpolant
Outputs#
output—output·SR2Output of the interpolant. If not specified, the object name will be used.
Parameters#
abscissa1—parameter·Scalar· requiredScalar defining the abscissa values of the first interpolation axis
abscissa2—parameter·Scalar· requiredScalar defining the abscissa values of the second interpolation axis
ordinate—parameter·SR2· requiredSR2 defining the ordinate values of the interpolant