Swarm-NG
1.1
|
Initializes the hermite CPU integrator plugin. More...
#include "integrators/hermite_cpu.hpp"
#include "monitors/log_time_interval.hpp"
#include "monitors/stop_on_ejection.hpp"
#include "monitors/composites.hpp"
Go to the source code of this file.
Typedefs | |
typedef gpulog::host_log | L |
Declare host_log variable. | |
Variables | |
integrator_plugin_initializer < hermite_cpu < stop_on_ejection< L > > > | hermite_cpu_plugin ("hermite_cpu") |
Initialize the integrator plugin for hermite_cpu. | |
integrator_plugin_initializer < hermite_cpu < stop_on_ejection_or_close_encounter < L > > > | hermite_cpu_plugin_ejection_or_close_encounter ("hermite_cpu_ejection_or_close_encounter") |
Initialize the integrator plugin for hermite_cpu_ejection_or_close_encounter. | |
integrator_plugin_initializer < hermite_cpu < log_time_interval< L > > > | hermite_cpu_log_plugin ("hermite_cpu_log") |
Initialize the integrator plugin for hermite_cpu_log. | |
Initializes the hermite CPU integrator plugin.
Definition in file hermite_cpu.cpp.