Skip to content

New field utilities

Christoph Rettinger requested to merge new_field_utilities into master

Added several new utilities to the field module:

Field Interpolators: flag-field aware interpolation of associated field with nearest neighbor, trilinear or kernel strategy.

Distributors: flag-field aware distributors to associated field with nearest neighbor or kernel strategy.

Uniform pull reduction info: New pack info that synchronizes the interior cells with the ghost layer values with a specified reduction operation.

Merge request reports