VecBilinearInterpolation#
Source: models/common/BilinearInterpolation.py
Bilinearly interpolate a Vec 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·VecOutput 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·Vec· requiredVec defining the ordinate values of the interpolant