kernel functions More...
Namespaces | |
| namespace | Launch |
| wrapped kernel functions | |
Functions | |
| __global__ void | updateX (Particles *particles, integer n, real dt) |
| Update/move/advance particles. More... | |
| __global__ void | updateV (Particles *particles, integer n, real dt) |
kernel functions
Definition at line 34 of file device_leapfrog.cu.
Update/move/advance particles.
Corresponding wrapper function: LeapfrogNS::Kernel::Launch::update()
| particles | Particles class instance |
| n | Number of particles to be advanced |
| dt | time step |
Definition at line 4 of file device_leapfrog.cu.