MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / numParticles

Method numParticles

SRC/element/PFEMElement/ParticleGroup.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 const VDouble& accel, double p);
49 void removeParticles(const VInt& rm);
50 int numParticles() const {return (int)particles.size();}
51 Particle* getParticle(int i) {
52 return (i>=0&&i<numParticles())? particles[i]:0;
53 }

Callers 2

addParticlesMethod · 0.80
savePartParticleMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected