Cabana icon indicating copy to clipboard operation
Cabana copied to clipboard

Enable indexing into neighbor views

Open streeve opened this issue 2 years ago • 0 comments

In most cases, it is most convenient to call user kernels with (const int i, const int j), directly using the neighbor index j. However, if external neighbor-based properties are stored, then the neighborlist index n is needed (referred to here as indirect indexing). This then requires calling getNeighbor on the user side

streeve avatar Nov 07 '23 13:11 streeve