|
numerics
|
3D SPH neighbour search – powered by num::CellList3D More...
Go to the source code of this file.
Classes | |
| class | physics::SpatialHash3D |
Namespaces | |
| namespace | physics |
3D SPH neighbour search – powered by num::CellList3D
Replaces the original chained hash table with the counting-sort 3D cell list from include/spatial/cell_list_3d.hpp. Public interface is unchanged so all backend call sites keep working.
Definition in file spatial_hash3d.hpp.