GraviDy
1.0
Gravitational Dynamics N-body integrator
|
This structure contains all the energy variables of the system. More...
#include <common.hpp>
Public Attributes | |
double | ini |
Member 'ini' contains the initial total energy of the system. More... | |
double | end |
Member 'end' contains the newest total energy of the system in a certain time. More... | |
double | tmp |
Member 'tmp' contains the previous total total energy of the system. More... | |
double | kinetic |
Member 'kinetic' contains the newest kinetic energy of the system in a certain time. More... | |
double | potential |
Member 'potential' contains the newest kinetic energy of the system in a certain time. More... | |
This structure contains all the energy variables of the system.
Energy::end |
Member 'end' contains the newest total energy of the system in a certain time.
Energy::ini |
Member 'ini' contains the initial total energy of the system.
Energy::kinetic |
Member 'kinetic' contains the newest kinetic energy of the system in a certain time.
Energy::potential |
Member 'potential' contains the newest kinetic energy of the system in a certain time.
Energy::tmp |
Member 'tmp' contains the previous total total energy of the system.