Hi. I am learning to use Julia GPU programming for many body simulations. I am trying to understand how to use PointNeightbors for calculating neighbor lists. Looking through the tests and benchmarks it is not clear to me where the inputs come from for the line:
|
function benchmark_n_body(neighborhood_search, coordinates_; |
Hi. I am learning to use Julia GPU programming for many body simulations. I am trying to understand how to use PointNeightbors for calculating neighbor lists. Looking through the tests and benchmarks it is not clear to me where the inputs come from for the line:
PointNeighbors.jl/benchmarks/n_body.jl
Line 15 in ab74c02