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 | |
| template<typename vector_pos_type > | |
| static auto | get (const PartIt &it, const vector_pos_type &v, Point< dim, T > &xp, size_t p, CellListImpl &cl, T r_cut) -> decltype(cl.template getNNIterator< NO_CHECK >(0)) | 
| Get the neighborhood. | |
| static void | add (local_index p, openfpm::vector< local_index > &pc) | 
| Add particle in the list of the domain particles. | |
| 
 | inlinestatic | 
Add particle in the list of the domain particles.
| p | particle id | 
| pc | domain particle sequence | 
Definition at line 62 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 46 of file VerletListFast.hpp.