SPHExample icon indicating copy to clipboard operation
SPHExample copied to clipboard

Add asynchronous particle output option

Open AhmedSalih3d opened this issue 5 months ago • 0 comments

Summary

  • add async_output flag to simulation metadata
  • use background thread in SetupVTKOutput to write particle data without blocking
  • document optional async saving in README

Testing

  • julia --project=. -e 'using Pkg; Pkg.test()' (fails: Package SPHExample errored during testing)
  • julia --project=. -e 'using SPHExample; println("loaded")'

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

AhmedSalih3d avatar Sep 14 '25 08:09 AhmedSalih3d