![]() |
.Simulation
|
Function object to regulate the ScheduleParticleCollisions function. More...
#include <Simulation.h>
Public Member Functions | |
AllParticles (const int) | |
Build the object. More... | |
bool | operator() (const int) |
Test true for all given particle indices. More... | |
Function object to regulate the ScheduleParticleCollisions function.
This will cause the function to examine all particles that are in adjacent cells.
|
inlineexplicit |
Build the object.
Nothing to be done really.
|
inline |
Test true for all given particle indices.
pa | The index to test against the upper limit. |