In general different NN scheme like full symmetric or CRS require different iterators over particles this class select the proper one. More...
In general different NN scheme like full symmetric or CRS require different iterators over particles this class select the proper one.
This is the full or symmetric case
Definition at line 218 of file VerletListFast.hpp.
#include <VerletListFast.hpp>
Static Public Member Functions | |
static auto | get (const vector &pos, const openfpm::vector< size_t > &dom, const openfpm::vector< subsub_lin< dim > > &anom, CellList &cli, size_t g_m, size_t &end) -> decltype(pos.getIteratorTo(0)) |
It return the particle iterator. | |
|
inlinestatic |
It return the particle iterator.
pos | vector with position of the particles |
dom | list of cells with normal neighborhood |
anom | list of cells with not-normal neighborhood |
cli | Cell-list used for Verlet-list construction |
g_m | ghost marker |
end | final particle id |
Definition at line 234 of file VerletListFast.hpp.