Skip to main content

Scalar, Input, Output, Interpolation Enum, Extrapolation Enum

Scalar Field, Input, Output, Interpolation Enum, Extrapolation Enum

Scalar, Input, Output, Interpolation Enum, Extrapolation Enum

Use piece-wise interpolation to compute the output value of a function approximated by a set of field data points.

Inputs

NameTypeDescription
ValueScalarThe value to look up in from the input domain.
InputScalar ListThe input data for the function (must be monotonic).
OutputScalar ListThe output field data for the function (must be the same length as the input data).
InterpolationInterpolation EnumInterpolation type.
ExtrapolationExtrapolation EnumHow to extend data outside of the input domain.

Outputs

Type
Scalar

Scalar Field, Input, Output, Interpolation Enum, Extrapolation Enum

Use piece-wise interpolation to compute the output field value of a function approximated by a set of field data points.

Inputs

NameTypeDescription
ValueScalar FieldThe value as a field to look up from the input domain.
InputScalar ListThe input data for the function (must be monotonic).
OutputScalar Field ListThe output field data for the function (must be the same length as the input data).
InterpolationInterpolation EnumInterpolation type.
ExtrapolationExtrapolation EnumHow to extend data outside of the input domain.

Outputs