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 typename CellListImpl::internal_vector_pos_type &pos, const openfpm::vector< pos_v< typename CellListImpl::internal_vector_pos_type > > &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. | |
|
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.