Swarm-NG  1.1
rkck_integrator.hpp File Reference

Defines and implements swarm::gpu::bppt::rkck class - the GPU implementation of Runge Kutta Cash Karp integrator. More...

#include "swarm/common.hpp"
#include "swarm/gpu/bppt.hpp"

Go to the source code of this file.

Classes

struct  swarm::gpu::bppt::FixedTimeStep
 data structure for fixed time step More...
 
struct  swarm::gpu::bppt::AdaptiveTimeStep
 data structure for adaptive time step More...
 
class  swarm::gpu::bppt::rkck< AdaptationStyle, Monitor, Gravitation >
 Runge Kutta Cash Karp integrator Fixed/Adaptive. More...
 

Namespaces

 swarm
 Swarm-NG library.
 
 swarm::gpu
 GPU-based integrators and other GPU tools.
 
 swarm::gpu::bppt
 Class of GPU integrators with a thread for each body-pair.
 

Constant Groups

 swarm
 Swarm-NG library.
 
 swarm::gpu
 GPU-based integrators and other GPU tools.
 
 swarm::gpu::bppt
 Class of GPU integrators with a thread for each body-pair.
 

Detailed Description

Defines and implements swarm::gpu::bppt::rkck class - the GPU implementation of Runge Kutta Cash Karp integrator.

Definition in file rkck_integrator.hpp.