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

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

Detailed Description

This structure contains all the energy variables of the system.

Member Data Documentation

§ end

Energy::end

Member 'end' contains the newest total energy of the system in a certain time.

§ ini

Energy::ini

Member 'ini' contains the initial total energy of the system.

§ kinetic

Energy::kinetic

Member 'kinetic' contains the newest kinetic energy of the system in a certain time.

§ potential

Energy::potential

Member 'potential' contains the newest kinetic energy of the system in a certain time.

§ tmp

Energy::tmp

Member 'tmp' contains the previous total total energy of the system.


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