[][src]Module splashsurf_lib::neighborhood_search

Simple neighborhood search based on spatial hashing

Structs

NeighborhoodStats

Stats of a neighborhood list

Functions

compute_neigborhood_stats

Computes stats of the given neighborhood list

parallel_search

Performs a neighborhood search, returning the indices of all neighboring particles in the given search radius per particle, multi-thread implementation

search

Performs a neighborhood search, returning the indices of all neighboring particles in the given search radius per particle

sequential_search

Performs a neighborhood search, returning the indices of all neighboring particles in the given search radius per particle, sequential implementation