We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm attending at a Paraview presentation by @mwestphal and heard about this nice new feature that I think we should make use of in openmc.
Paraview is supporting hdf5 files if written in a specific way with h5py 🎉 .
Here is the relevant blog post https://www.kitware.com/how-to-write-time-dependent-data-in-vtkhdf-files/ with a nice example of writing the data using h5py
This is interesting for me because:
The parts of the code that could be updated are
Stick with the current solutions, or add an arg to allow "legacy" vtk file writing
Will require ParaView 5.13.0 or newer to open the hd5f based files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I'm attending at a Paraview presentation by @mwestphal and heard about this nice new feature that I think we should make use of in openmc.
Paraview is supporting hdf5 files if written in a specific way with h5py 🎉 .
Here is the relevant blog post https://www.kitware.com/how-to-write-time-dependent-data-in-vtkhdf-files/ with a nice example of writing the data using h5py
This is interesting for me because:
The parts of the code that could be updated are
Alternatives
Stick with the current solutions, or add an arg to allow "legacy" vtk file writing
Compatibility
Will require ParaView 5.13.0 or newer to open the hd5f based files
The text was updated successfully, but these errors were encountered: