SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
|
particle type for AR integrator, not necessary anymore More...
#include <hermite_particle.h>
Public Member Functions | |
ParticleH4 () | |
ParticleH4 (const Tparticle &_p) | |
ParticleH4 (const ParticleH4< Tparticle > &_p) | |
ParticleH4 & | operator= (const Tparticle &_p) |
ParticleH4 & | operator= (const ParticleH4< Tparticle > &_p) |
void | print (std::ostream &_fout) const |
print function for one line More... | |
void | printColumnTitle (std::ostream &_fout, const int _width=20) |
print titles of class members using column style More... | |
void | printColumn (std::ostream &_fout, const int _width=20) |
print data of class members using column style More... | |
Public Attributes | |
Float | dt |
Float | time |
Float | acc0 [3] |
Float | acc1 [3] |
Float | pot |
particle type for AR integrator, not necessary anymore
Particle type for hermite integrator
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
print function for one line
|
inline |
print data of class members using column style
print data of class members in one line for column style. Notice no newline is printed at the end
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
|
inline |
print titles of class members using column style
print titles of class members in one line for column style
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
Float H4::ParticleH4< Tparticle >::acc0[3] |
Float H4::ParticleH4< Tparticle >::acc1[3] |
Float H4::ParticleH4< Tparticle >::dt |
Float H4::ParticleH4< Tparticle >::pot |
Float H4::ParticleH4< Tparticle >::time |