Skip to content

Some filters had unnecessary DoMapField methods.

The CrossProduct and DotProduct are field filters and therefore fields are automatically propagated instead of calling DoMapField.

As GhostCellClassify is passing through all fields, it can override MapFieldOntoOutput and skip the deduction of the Field to an ArrayHandle for better compile time.

Merge request reports