interpolate cell data

Deprecated

This module has been deprecated. Please replace it with the interpolate data module, which unifies nodal and cell data interpolation.

interpolate cell data

The interpolate cell data module interpolates cell data from one field to another using a Nearest Neighbor interpolation.

Ports

DirectionNameTypeDescription
InputInput Cell Data FieldFieldA field containing cell data for interpolation.
InputInput Destination FieldFieldA field to interpolate cell data to.
OutputOutput FieldFieldA field containing the interpolated data field.
OutputOutput ObjectRenderableA renderable object displaying the interpolated data field.

Properties

PropertyTypeDescription
Allow RunBooleanThe Allow Run toggle controls whether the module will run when applications are loaded or data changes. When this is on, the module runs when applications are loaded or the Run Once button is pushed. When it is off, the module will not run unless Run Once is pressed.
ExecuteButtonThe Run Once button will force the module to run even if the Allow Run toggle is turned to the off position.
Include Original Nodal DataBooleanThe Include Original Nodal Data toggle will cause all nodal data from the Input Destination Field to be copied to the Output Field. Leaving this toggle on will cause the nodal data to be displayed and not the interpolated cell data.
Cell Data To InterpolateMulti-selectThe Cell Data To Interpolate control allows the user to select which cell data components from the Input Cell Data field to interpolate.
Cell Data To IncludeMulti-selectThe Cell Data To Include control lists all of the cell data from the Input Destination Field that can be included in the output. This data will occur after the interpolated data in the field.