|
SPH
|
Directories | |
| directory | benchmark |
Files | |
| file | AdaptiveGrid.h [code] |
| Finder projecting a non-uniform grid on particles. | |
| file | BruteForceFinder.h [code] |
| Object finding nearest neighbours by evaluating all partice pairs. | |
| file | Bvh.h [code] |
| file | Bvh.inl.h [code] |
| file | HashMapFinder.cpp [code] |
| file | HashMapFinder.h [code] |
| Finding neighbors using hash map. | |
| file | KdTree.cpp [code] |
| file | KdTree.h [code] |
| K-d tree for efficient search of neighbouring particles. | |
| file | KdTree.inl.h [code] |
| file | LinkedList.h [code] |
| file | NeighbourFinder.cpp [code] |
| file | NeighbourFinder.h [code] |
| file | Octree.h [code] |
| Implementation of Octree algorithm for kNN queries. | |
| file | Order.h [code] |
| Helper object defining permutation. | |
| file | PeriodicFinder.cpp [code] |
| file | PeriodicFinder.h [code] |
| file | PointCloud.cpp [code] |
| file | PointCloud.h [code] |
| file | UniformGrid.cpp [code] |
| file | UniformGrid.h [code] |
| Simple algorithm for finding nearest neighbours using spatial partitioning of particles. | |