milupHPC documentation
  • LeapfrogNS
  • Kernel
Namespaces | Functions
LeapfrogNS::Kernel Namespace Reference

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)
 

Detailed Description

kernel functions

Function Documentation

◆ updateV()

__global__ void LeapfrogNS::Kernel::updateV ( Particles *  particles,
integer  n,
real  dt 
)

Definition at line 34 of file device_leapfrog.cu.

◆ updateX()

__global__ void LeapfrogNS::Kernel::updateX ( Particles *  particles,
integer  n,
real  dt 
)

Update/move/advance particles.

‍Corresponding wrapper function: LeapfrogNS::Kernel::Launch::update()

Parameters
particlesParticles class instance
nNumber of particles to be advanced
dttime step

Definition at line 4 of file device_leapfrog.cu.


milupHPC - LeapfrogNS::Kernel Namespace Reference
Generated on Wed Aug 31 2022 12:16:53 by Doxygen 1.9.3