UoB-HPC / stdpar-nbody

https://research-information.bris.ac.uk/en/publications/efficient-tree-based-parallel-algorithms-for-n-body-simulations-u
MIT License
2 stars 0 forks source link

Octree bounding box #46

Open tomdeakin opened 1 week ago

tomdeakin commented 1 week ago

Octree bounding box currently finds the biggest and smallest cardinal value, and turns that into the bounding box which might be too big. It should use the min/max co-ordinates in the whole system, and use the same implementation as BVH which is aabb /from_points