Swarm-NG
1.1
|
GPU implementation of Verlet propagator. More...
#include <verlet.hpp>
Public Member Functions | |
GPUAPI | VerletPropagator (const params &p, ensemble::SystemRef &s, Gravitation &calc) |
Constructor for VerletPropagator. | |
GPUAPI void | init () |
Initialize the system. | |
GPUAPI double | calc_timestep () const |
calculate the timestep given current positions | |
GPUAPI void | advance () |
Advance time steps. | |
GPU implementation of Verlet propagator.
EXPERIMENTAL: This class is not maintained anymore since it is not of much practical value.
Definition at line 51 of file verlet.hpp.