Hello,
I’m using Xdmf/hdf5 data format and noticed that 64 bits unsigned integer are not properly supported
- when I load the data set in paraview, paraview doesn’t complain that uint64_t is not supported, and the data field is filled mostly with wrong values
- i’ve tried to bring uint64_t support in xdmf, see https://gitlab.kitware.com/pkestene/xdmf/-/tree/feature/support-uint64?ref_type=heads
Can someone review the modifications and/or tell me what is the proper way of bringing uint64 to xdmf ?
Thank you