[][src]Function splashsurf_lib::neighborhood_search::search

pub fn search<I: Index, R: Real>(
    domain: &AxisAlignedBoundingBox3d<R>,
    particle_positions: &[Vector3<R>],
    search_radius: R,
    enable_multi_threading: bool
) -> Vec<Vec<usize>>

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