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 25 of file VerletListM.hpp.
#include <VerletListM.hpp>
Static Public Member Functions | |
| static auto | get (const PartIt &it, const openfpm::vector< Point< dim, T >> &pos, const openfpm::vector< pos_v< dim, T >> &v, Point< dim, T > &xp, size_t pp, size_t p, CellListImpl &cl, T r_cut) -> decltype(cl.template getNNIterator< NO_CHECK >(0)) | 
| Get the neighborhood.  More... | |
      
  | 
  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 38 of file VerletListM.hpp.