JuliaVTK / ReadVTK.jl

Julia package for reading VTK XML files
https://juliavtk.github.io/ReadVTK.jl
MIT License
30 stars 9 forks source link

Support parallel PVTK and PVD files #17

Closed boriskaus closed 1 year ago

boriskaus commented 1 year ago

This adds support for PVD and PVTK files, specifically for *.pvti,*.pvtu and *.ptr files, which allows loading the corresponding parallel file. In the case of structured grids (ImageData or RectiLinearGrid) the individual pieces of the grid are collected into the full grid.

coveralls commented 1 year ago

Coverage Status

Coverage: 94.103% (+0.3%) from 93.846% when pulling 5a003f72aad598e74dff835117a52f8ed9dc10e0 on boriskaus:bk-support-pvtk into 3abe6b8b87bf1e79ec8f34de2158bc20fa5331f2 on trixi-framework:main.

boriskaus commented 1 year ago

Unless I missed some, I believe that all suggestions are now implemented - thanks a lot for that!