I have a dataset that is a vtkPartitionedDataSet composed of vtkStructuredGrid partitions. I can read the file in ParaView, and there is a “Merge Blocks” filter available in the GUI that seems to convert vtkPartitionedDataSet to vtkUnstructuredGrid …
I looked at vtkMultiBlockMergeFilter, but that wasn’t able to operate on vtkPartitionedDataSet … what filter is ParaView using to merge the partitions?