Skip to content

MichaelSt98/NNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nearest neighbor search (NNS)

Find more detailed descriptions within the subdirectories!

This repository investigates different implementations of the Nearest neighbor search (NNS) problem or rather the fixed-radius near neighbor problem as variant of NNS problem for the application of smoothed particle hydrodynamics (SPH).

Examples

3D

Centered star and > 30000 particles in a disk.

Centered binary star and > 30000 particles in a disk.

2D

CollisionFreeQuadTree

CollisionQuadTree

NBodyQuadTree