const int & l_index = grid_index(x,y,z); \
const int & n_index = grid_index(xx,yy,zz); \
for (unsigned int i = 0; i < particle_grid_size[l_index];i++){ \
for (unsigned int j = 0; j < particle_grid_size[n_index];j++){ \
if (&nParticle == &lParticle) { continue; } \
const T distance = sqrt(dv[0]*dv[0]+dv[1]*dv[1]+dv[2]*dv[2]); \
if (distance < r_cutoff) { \
} \
} \
}
Definition hemoCellParticle.h:40
serializeValues_t sv
Definition hemoCellParticle.h:65
double T
Definition constant_defaults.h:118
hemo::Array< T, 3 > position
Definition hemoCellParticle.h:47
hemo::Array< T, 3 > force_repulsion
Definition hemoCellParticle.h:49
plint cellId
Definition hemoCellParticle.h:53