Skip to content

Hdf writer transient

Louis Gombert requested to merge louis.gombert/vtk:hdf-writer-transient into master

!10638 (merged) introduces vtkHDFWriter, capable of writing PolyData VTKHDF data to disk. !10717 (merged) adds the capability to write Unstructured Grids. This contribution continues this work by providing support for writing transient (time-dependent) datasets for both PolyData and UG. For now, distributed writing, composite datasets, image data and static meshes are not supported.

Edited by Louis Gombert

Merge request reports