SPHExample icon indicating copy to clipboard operation
SPHExample copied to clipboard

Implement asynchronous VTK output writing

Open AhmedSalih3d opened this issue 5 months ago • 0 comments

Summary

  • add helper to clone data for asynchronous operations and schedule background write tasks
  • run particle and grid VTK exports asynchronously in multi-file mode while keeping single-file mode synchronous
  • ensure all pending writes complete before closing file handles to preserve correctness

Testing

  • julia --project=. -e 'using Pkg; Pkg.test()'

https://chatgpt.com/codex/tasks/task_e_68cb3d8b947083239b6da7a672b3719a

AhmedSalih3d avatar Sep 17 '25 23:09 AhmedSalih3d