I am trying to make an Unstructured grid in the HDF file format.
I created my file using HDF5.jl.
HDF5.File: (read-write) test_file.h5
└─ VTKHDF
├─ Version
├─ Connectivity
├─ NumberOfCells
├─ NumberOfConnectivityIds
├─ NumberOfPoints
├─ Offsets
├─ Points
└─ Types
I installed paraview nightly (1099) on Windows from the .msi file with MS-MPI installed on my computer.
When I try to open my file in paraview, I get the error “A reader could not be found”.
Does the VTKHDF reader not work on Windows? The release notes for 5.11 says its supported, and paraview claims that HDF5 is bundled with the paraview installation so I’m not sure what could be missing.