6 #ifndef OPENMPCD_CUDA_DEVICECODE_VELOCITYVERLET_HPP
7 #define OPENMPCD_CUDA_DEVICECODE_VELOCITYVERLET_HPP
31 const MPCParticlePositionType position,
32 const MPCParticleVelocityType velocity,
33 const FP acceleration,
const FP timestep);
47 const MPCParticleVelocityType velocity,
48 const FP oldAcceleration,
49 const FP newAcceleration,
64 RemotelyStoredVector<MPCParticlePositionType>*
const position,
65 const RemotelyStoredVector<MPCParticleVelocityType> velocity,
66 const Vector3D<FP> acceleration,
const FP timestep);
80 RemotelyStoredVector<MPCParticleVelocityType>*
const velocity,
81 const Vector3D<FP> oldAcceleration,
82 const Vector3D<FP> newAcceleration,