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