![]() |
(git:ed6f26b)
|
#include "./base/base_uses.f90"
Go to the source code of this file.
Functions/Subroutines | |
program | nequip_unittest |
subroutine | neighbor_search (nedges, edge_index, edge_cell_shift) |
Naive neighbor search - beware it scales O(N**2). | |
program nequip_unittest |
subroutine nequip_unittest::neighbor_search | ( | integer, intent(out) | nedges, |
integer(kind=int_8), dimension(:, :), intent(out), optional | edge_index, | ||
real(sp), dimension(:, :), intent(out), optional | edge_cell_shift | ||
) |
Naive neighbor search - beware it scales O(N**2).
nedges | ... |
edge_index | ... |
edge_cell_shift | ... |
Definition at line 236 of file nequip_unittest.F.