SPHExample icon indicating copy to clipboard operation
SPHExample copied to clipboard

Use Morton order for particle sorting

Open AhmedSalih3d opened this issue 5 months ago • 0 comments

Summary

  • Sort particles by Morton/Z-order key to improve memory locality across neighboring cells
  • Add helper utilities for computing per-cell offsets and Morton keys

Testing

  • julia --project=. -e 'using Pkg; Pkg.test()' (interrupted: repository tests hang during precompilation)

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

AhmedSalih3d avatar Sep 13 '25 22:09 AhmedSalih3d