OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
NNTypeM< dim, T, CellListImpl, PartIt, type > Struct Template Reference

Get the neighborhood iterator based on type. More...

Detailed Description

template<unsigned int dim, typename T, typename CellListImpl, typename PartIt, int type>
struct NNTypeM< dim, T, CellListImpl, PartIt, type >

Get the neighborhood iterator based on type.

Template Parameters
dimdimensionality
Ttype of space
CellListImplCell-list implementation
typeof neighborhood
PartItParticle 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...
 

Member Function Documentation

template<unsigned int dim, typename T, typename CellListImpl, typename PartIt, int type>
static auto NNTypeM< dim, T, CellListImpl, PartIt, type >::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,
r_cut 
) -> decltype(cl.template getNNIterator<NO_CHECK>(0))
inlinestatic

Get the neighborhood.

Parameters
vparticle positions
xpPosition of the particle p
pid of the particle p
clCell-list type implementation
r_cutCutoff radius
Returns
the NN iterator

Definition at line 38 of file VerletListM.hpp.


The documentation for this struct was generated from the following file: