ScalarBilinearInterpolation

Source: models/common/BilinearInterpolation.py

Bilinearly interpolate a Scalar parameter on a 2-D grid.

See neml2::Interpolation for the shape rules and neml2::BilinearInterpolation for the corner formula.

Inputs

argument1input · Scalar · required

First argument used to query the interpolant

argument2input · Scalar · required

Second argument used to query the interpolant

Outputs

outputoutput · Scalar

Output of the interpolant. If not specified, the object name will be used.

Parameters

abscissa1parameter · Scalar · required

Scalar defining the abscissa values of the first interpolation axis

abscissa2parameter · Scalar · required

Scalar defining the abscissa values of the second interpolation axis

ordinateparameter · Scalar · required

Scalar defining the ordinate values of the interpolant