GraviDy
1.0
Gravitational Dynamics N-body integrator
|
Options to handling printing options, like printing the snapshot on the screen instead of a file; print the informaton of all the particles (id, mass, position, velocity, acceleration, jerk, current timestep); calculating and printing the lagrange radii. More...
#include <common.hpp>
Public Attributes | |
bool | print_screen |
Member 'print_screen' contains the boolean value of printing the snapshot on the screen (true) or a file (false). More... | |
bool | print_all |
Member 'print_all' contains the boolean value of printing the information of all the particles of the system. More... | |
bool | print_lagrange |
Member 'print_lagrange' contains the boolean value for calculating and printing the lagrange radii of the system. More... | |
Options to handling printing options, like printing the snapshot on the screen instead of a file; print the informaton of all the particles (id, mass, position, velocity, acceleration, jerk, current timestep); calculating and printing the lagrange radii.
options::print_all |
Member 'print_all' contains the boolean value of printing the information of all the particles of the system.
options::print_lagrange |
Member 'print_lagrange' contains the boolean value for calculating and printing the lagrange radii of the system.
options::print_screen |
Member 'print_screen' contains the boolean value of printing the snapshot on the screen (true) or a file (false).