Swarm-NG  1.1
tutorial_propagator_plugin.cu
Go to the documentation of this file.
1 
7 // This is the .cu file where you define the plugin
8 //
9 //
10 #include "tutorial_propagator.hpp"
13 
14 typedef gpulog::device_log L;
15 using namespace swarm::monitors;
17 
18 
19 // The generic is the generic integrator. It takes three parameters:
20 // an integrator, a monitor and an implementation of gravitational force
21 // calculation.
23  tutorial_prop_plugin("tutorial"
24  ,"This is the integrator based on tutorial propagator");
25 
26 
27 // For complete listing of these two files look at \ref src/tutorials/tutorial_propagator.hpp and \ref src/tutorials/tutorial_propagator_plugin.cu