GraviDy  1.0
Gravitational Dynamics N-body integrator
Public Attributes | List of all members
options Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

§ print_all

options::print_all

Member 'print_all' contains the boolean value of printing the information of all the particles of the system.

§ print_lagrange

options::print_lagrange

Member 'print_lagrange' contains the boolean value for calculating and printing the lagrange radii of the system.

§ print_screen

options::print_screen

Member 'print_screen' contains the boolean value of printing the snapshot on the screen (true) or a file (false).


The documentation for this struct was generated from the following file: