numerics
Loading...
Searching...
No Matches
spatial_hash3d.hpp File Reference

3D SPH neighbour search – powered by num::CellList3D More...

#include "particle3d.hpp"
#include "spatial/cell_list_3d.hpp"
#include <vector>

Go to the source code of this file.

Classes

class  physics::SpatialHash3D
 

Namespaces

namespace  physics
 

Detailed Description

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.