Skip to content

Improve CGNS writers

vtkCGNSWriter can now handle partitioned datasets that are empty. Also vtkCGNSWriter code has been cleaned-up, and it's documentation has been updated. Additionally, CGSNWriter module has been renamed to IOCGSNWriter and PCGSNWriter module has been renamed to IOParallelCGSNWriter. Furthermore, vtkPCGNSWriter can now handle vtkMultiBlocksDataset that have vtkMultiPieceDataSet, vtkPartitionedDataSetCollection properly. Moreover, Object factory implementation between vtkCGNSWriter and vtkPCGNSWriter has been fixed. Thanks to object-factory feature, there is only one proxy for the writer now. Finally, vtkCGNSWriter can now handle writing all steps of a dataset in different timesteps files which can be read by vtkCGNSReader.

Edited by Spiros Tsalikis

Merge request reports