OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
NNTypeM< dim, T, CellListImpl, PartIt, VL_CRS_SYMMETRIC > Struct Template Reference

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

Detailed Description

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

Get the neighborhood iterator based on type.

specialization for the case with NN CRS symmetric

Template Parameters
dimdimensionality
Ttype of space
CellListImplCell-list implementation
PartItParticle iterator

Definition at line 62 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(it.getNNIteratorCSRM(pos, v))
 Get the neighborhood.
 

Member Function Documentation

◆ get()

template<unsigned int dim, typename T , typename CellListImpl , typename PartIt >
static auto NNTypeM< dim, T, CellListImpl, PartIt, VL_CRS_SYMMETRIC >::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,
r_cut 
) -> decltype(it.getNNIteratorCSRM(pos,v))
inlinestatic

Get the neighborhood.

Parameters
itparticle iterator
vvector of the particles 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 76 of file VerletListM.hpp.


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