Python interpreter dies using vtkHDFWriter to write partitioned data set collection

Yes, you need to create a vtkDataAssembly and attach it to your PartitionedDataSetCollection. VTKHDF requires composite structures to define a block hierarchy.

2 Likes