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

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

Detailed Description

This structure contains the predicted information of a particle in some moment of the integration.

Member Data Documentation

§ m

Predictor::m

Member 'm' contains the mass of the particle.

§ r

Predictor::r

Member 'r' contains the position in three dimensions.

§ v

Predictor::v

Member 'v' contains the velocity in three dimensions.


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