JuliaVTK / WriteVTK.jl

Julia package for writing VTK XML files
Other
151 stars 32 forks source link

Include field data (such as time information) in parallel VTK files #140

Closed jipolanco closed 6 months ago

jipolanco commented 6 months ago

It seems like field data must be included in parallel VTK files (.pvtu, ...) for ParaView to have access to the values.

See also #139.

Also added some notes to the docs on including time information in VTK files.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.84%. Comparing base (8813546) to head (1058f71).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ========================================== + Coverage 96.73% 96.84% +0.10% ========================================== Files 15 15 Lines 828 856 +28 ========================================== + Hits 801 829 +28 Misses 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.