VTKHDF file format
Is it possible to save a vtk_file in the VTKHDF file format? The vtk docs say, that
This is a file format using the same concepts as the XML formats described above but relying on HDF5 for actual storage.
Sorry if this is obvious, I am new to this library and vtk file formats.
@flabowski Hi,
I have not read the HDF support inside the VTK file format. Anyhow, VTKFortran currently does not support VTKHDF. Currently, I am very busy, and introducing the support to VTKHDF is a low priority for me. Indeed, I use a lot HDF5, but I use directly the fortran binding provided by the HDF group which is very well done.
I leave this help request open in case anyone would like to help me to implement VTKHDF support.
Kind regards, Stefano