ReadVTK.jl
ReadVTK.jl copied to clipboard
Julia package for reading VTK XML files
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...
I have a large structured `.pvts` file, and when I read it with the following code, I was surprised to find that the memory always overflows, but Paraview runs normally....
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. Release notes Sourced from julia-actions/setup-julia's releases. v2.0.0 - Update to Node20 What's Changed update to node20 by @ranocha in julia-actions/setup-julia#209 Note the rationale for...
Hi, I am experimenting with the `WriteVTK.jl` and `ReadVTK.jl`. I would like to store some 3D scalar field data and the velocity and acceleration of a particle. What I am...
Hi again, I have a vti file generated by ParaView 5.11. If I choose no compressor when saving data from ParaView, then the generated file and the corresponding point data...
Hi, While testing to read one ImageData generated by ParaView 5.11, I noticed that the VTK file version was asserted to be `v"1.0"`. The file version generated by ParaView 5.11...
Introduced functions 'get_field' and 'field_data' in order to be able to read FieldData from VTK files.
Hello! I just started playing around with ReadVTK. Thank you very much for the effort! Reading some cases I have, I did not find any way to read Field Data...
As a new user of the package, I was surprised by the REPL `show` method results for many objects in this package. Upon loading creating a `VTKData` object, the displayed...