SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
|
#include <functional>
#include "Common/list.h"
#include "Common/particle_group.h"
#include "AR/symplectic_step.h"
#include "AR/force.h"
#include "AR/slow_down.h"
#include "AR/profile.h"
#include "AR/information.h"
#include "AR/interrupt.h"
Go to the source code of this file.
Classes | |
class | AR::TimeTransformedSymplecticManager< Tmethod > |
Time Transformed Symplectic integrator manager. More... | |
class | AR::TimeTransformedSymplecticIntegrator< Tparticle, Tpcm, Tpert, Tmethod, Tinfo > |
Time Transformed Symplectic integrator class for a group of particles. More... | |
Namespaces | |
AR | |
Algorithmic regularization (time transformed explicit symplectic integrator) namespace. | |
Functions | |
void | AR::printFeatures (std::ostream &fout) |
print features More... | |
void | AR::printDebugFeatures (std::ostream &fout) |
print debug features More... | |
void | AR::printReference (std::ostream &fout, const int offset=4) |
print reference to cite More... | |