Skip to content

vtkRedistributeDataSetFilter: partitioned dataset fixes

vtkRedistributeDataSetFilter is now simplified to primarily work with vtkPartitionedDataSet/vtkPartitionedDataSetCollection. If it encounters a vtkMultiBlockDataSet, it uses internal filters to convert it to supported type and back.

Addresses paraview/paraview#20438 (closed).

Also adding mode to load balance across multiple partitioned-datasets in a collection to address paraview/paraview#20437 (closed).

Merge request reports