|
Swarm-NG
1.1
|
Initializes the GPU version of the mixed variables symplectic propagator plugins. More...
#include "propagators/mvs.hpp"#include "monitors/composites.hpp"#include "monitors/stop_on_ejection.hpp"#include "monitors/log_time_interval.hpp"#include "swarm/gpu/gravitation_acc.hpp"Go to the source code of this file.
Typedefs | |
| typedef gpulog::device_log | L |
| Declare device_log variable. | |
Variables | |
|
integrator_plugin_initializer < generic< MVSPropagator, stop_on_ejection< L > , GravitationAcc > > | mvs_prop_plugin ("mvs","This is the integrator based on mvs propagator") |
| Initialize the integrator plugin for mvs propagator. | |
|
integrator_plugin_initializer < generic< MVSPropagator, stop_on_ejection_or_close_encounter < L >, GravitationAcc > > | mvs_prop_ce_plugin ("mvs_close_encounter","This is the integrator based on mvs propagator, monitor stop_on_ejection_or_close_encounter") |
| Initialize the integrator plugin for mvs propagator for close_encounter event. | |
Initializes the GPU version of the mixed variables symplectic propagator plugins.
Definition in file mvs.cu.