SPHExample icon indicating copy to clipboard operation
SPHExample copied to clipboard

Avoid storing unnecessary kernel outputs

Open AhmedSalih3d opened this issue 5 months ago • 0 comments

Summary

  • Allocate particle kernel arrays only when explicitly requested
  • Skip unpacking and exporting kernel data when unused
  • Derive default output variables from KernelOutputMode

Testing

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

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

AhmedSalih3d avatar Sep 13 '25 22:09 AhmedSalih3d