Skip to content

PVD to XDMF (VTK to HDF) converter

Dmitry Yu. Naumov requested to merge endJunction/ogs:VTK-to-HDF-converter into master

Post-processing of a HDF file is significantly faster than of many VTK files, one for each time step.

The utility adds conversion of a PVD to XDMF file, collecting all the data (but integration point data aka FieldData) from the VTK files into HDF file.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Tobias Meisel

Merge request reports