Get the neighborhood iterator based on type. More...
Get the neighborhood iterator based on type.
| dim | dimensionality |
| T | type of space |
| CellListImpl | Cell-list implementation |
| type | of neighborhood |
| PartIt | Particle iterator |
Definition at line 32 of file VerletListFast.hpp.
#include <VerletListFast.hpp>
Static Public Member Functions | |
| static auto | get (const PartIt &it, const openfpm::vector< Point< dim, T >> &v, Point< dim, T > &xp, size_t p, CellListImpl &cl, T r_cut) -> decltype(cl.template getNNIterator< NO_CHECK >(0)) |
| Get the neighborhood. More... | |
| static void | add (local_index p, openfpm::vector< local_index > &pc) |
| Add particle in the list of the domain particles. More... | |
|
inlinestatic |
Add particle in the list of the domain particles.
| p | particle id |
| pc | domain particle sequence |
Definition at line 61 of file VerletListFast.hpp.
|
inlinestatic |
Get the neighborhood.
| v | particle positions |
| xp | Position of the particle p |
| p | id of the particle p |
| cl | Cell-list type implementation |
| r_cut | Cutoff radius |
Definition at line 45 of file VerletListFast.hpp.