Skip to content
New issue

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

Paraview collections restart #147

Open
julianfox8 opened this issue Sep 12, 2024 · 0 comments
Open

Paraview collections restart #147

julianfox8 opened this issue Sep 12, 2024 · 0 comments

Comments

@julianfox8
Copy link

I am using WriteVTK.jl in conjunction with ReadVTK.jl to restart a simulation at a timestep of my choice. I am storing the metadata as a Paraview collection with rectilinear grid datasets. This requires that I set "append=true" when creating the pvd object for the restart as I don't want to overwrite the entire pvd file. The issue with this is that any timesteps that are being recalculated due to the restart are simply appended into the old pvd file without overwriting the old ones. Lets say I restart a simulation at timestep 10, the pvd file will then contain timesteps 1-9 (which is expected) but then there will be two pvtr files for timesteps 10,11,12,13,... up to the point where the initial simulation ended. Therefore, I want to only overwrite the timesteps that are being recalculated. From what I can tell there isn't a simple workaround to this. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant