Expand description

Simple neighborhood search based on spatial hashing

This module provides basic sequential and parallel neighborhood search implementations using spatial hashing. The algorithms return per-particle neighborhood list with indices of all particles that are within the given radius of the particle.

Structs

Traits

  • Trait unifying different particle neighborhood list storage formats

Functions