[][src]Function splashsurf_lib::neighborhood_search::parallel_search

pub fn parallel_search<I: Index, R: Real>(
    domain: &AxisAlignedBoundingBox3d<R>,
    particle_positions: &[Vector3<R>],
    search_radius: R,
    neighborhood_list: &mut Vec<Vec<usize>>
)

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