GraviDy
1.0
Gravitational Dynamics N-body integrator
|
General structure to read the INPUT file. More...
#include <common.hpp>
Public Attributes | |
int | id |
Member 'id' particle identification. More... | |
float | m |
Member 'm' particle mass. More... | |
double | r [3] |
Member 'r' Array that contain the particle position. More... | |
double | v [3] |
Member 'v' Array that contain the particle velocity. More... | |
General structure to read the INPUT file.
file_data::id |
Member 'id' particle identification.
file_data::m |
Member 'm' particle mass.
file_data::r |
Member 'r' Array that contain the particle position.
file_data::v |
Member 'v' Array that contain the particle velocity.