Swarm-NG  1.1
swarm::gpu::bppt::VerletPropagator< T, Gravitation > Struct Template Reference

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.
 

Detailed Description

template<class T, class Gravitation>
struct swarm::gpu::bppt::VerletPropagator< T, Gravitation >

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.


The documentation for this struct was generated from the following file: