UsageΒΆ
To convert an .h5 files to .vts, simply run:
# convert a single file
h5tovts example.h5
# convert multiple files
h5tovts example1.h5 example2.h5
To list the contents of an .h5 file:
# for a single file
h5tovts --list example.h5
# for multiple files
h5tovts --list example1.h5 example2.h5
For more help:
h5tovts --help