![]() |
.Simulation
|
Function object to regulate the ScheduleParticleCollisions function. More...
#include <Simulation.h>
Public Member Functions | |
Skipping (const int s) | |
Create the object with the value to skip. More... | |
bool | operator() (const int pa) |
Reject only when the the Skip value is given. More... | |
Function object to regulate the ScheduleParticleCollisions function.
This will cause the function to examine all particles that are in adjacent cells that do not have index values corresponding to the one this object was constructed with.
|
inlineexplicit |
Create the object with the value to skip.
s | The value to skip. |
|
inline |
Reject only when the the Skip value is given.
pa | The particle index to test against. |