Class for encapsulating and iterating over multiple Particle objects.
void calculateX_LC(ParticleContainer &particles, double delta_t, double g_grav, CellContainer *lc, bool membrane=false)
Calculates the position for all Particle objects in a given ParticleContainer when using the linked ...
void calculateX(ParticleContainer &particles, double delta_t, double g_grav, CellContainer *lc=nullptr, bool membrane=false)
Calculates the position for all Particle objects in a given ParticleContainer.
Class for encapsulating multiple Particle objects..
Definition ParticleContainer.h:17