61    double n0, 
double particleDistance, 
double distributionThresholdRatio, 
double numberDensityThresholdRatio
 
   63    : n0(n0), particleDistance(particleDistance), distributionThresholdRatio(distributionThresholdRatio),
 
   64      numberDensityThresholdRatio(numberDensityThresholdRatio) {
 
 
Class for particle in MPS method.
double numberDensity
number density of the particle
std::vector< Neighbor > neighbors
neighbors of the particle
A collection of particles.