Processing

  • node computation

    Use a Python script to manipulate the value or coordinates of a field.

  • cell computation

    Use a Python script to manipulate the cell data values of a field.

  • combine nodal data

    Combine nodal data from multiple input fields which share the same structure.

  • interpolate data

    Interpolates nodal or cell data from one field to another.

  • compute thickness

    Measure the thickness of a field relative to a specified surface.

  • translate by data

    Translates a field in x, y, or z based upon either a nodal or cell data component or a constant.

  • cell data to node data

    Interpolate cell data components to nodal data components.

  • node data to cell data

    Interpolate nodal data components to cell data components.

  • shrink cells

    Produces a mesh containing disjoint cells which can be optionally shrunk relative to their geometric centers.

  • cell centers

    Produce a mesh containing consisting of points, each point represents a geometrical center of a corresponding cell in the input mesh.

  • connectivity assessment

    Select connected regions and assign them unique region identifiers.