Skip to content

Draft: Add field based strategy to Redistribute Dataset filter

The goal of this MR is a to add a new strategy to the vtkRedistributeDataSetFilter. This new strategy should use a cell data array as input for the partitioning strategy, which means we could define a specific partitioning with this array and generate a vtkPartitionedDataSet accordingly.

This is currently a POC, the code is highly subject to change and shouldn't be reviewed yet.

Edited by Loïc Gaillard

Merge request reports