GraviDy
1.0
Gravitational Dynamics N-body integrator
|
This structure contains the predicted information of a particle in some moment of the integration. More...
#include <common.hpp>
Public Attributes | |
double | r [3] |
Member 'r' contains the position in three dimensions. More... | |
double | v [3] |
Member 'v' contains the velocity in three dimensions. More... | |
float | m |
Member 'm' contains the mass of the particle. More... | |
This structure contains the predicted information of a particle in some moment of the integration.
Predictor::m |
Member 'm' contains the mass of the particle.
Predictor::r |
Member 'r' contains the position in three dimensions.
Predictor::v |
Member 'v' contains the velocity in three dimensions.