[][src]Function splashsurf_lib::neighborhood_search::search_inplace

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

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