Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
OrbitSolver.cpp File Reference

Implements some of the members of the OrbitSolver class, the various stopping conditions and a number of other classes used while calculating the orbital evolution. More...

#include "OrbitSolver.h"
#include <iostream>
#include <iomanip>
+ Include dependency graph for OrbitSolver.cpp:

Go to the source code of this file.

Namespaces

 Evolve
 Orientations of zones of bodies in a binary system.
 

Functions

int Evolve::stellar_system_diff_eq ( double age, const double *parameters, double *derivatives, void *system)
 A wrapper tha allows the stellar system differential equation to be passed to the GSL ODE solver. More...
 
int Evolve::stellar_system_jacobian ( double age, const double *parameters, double *param_derivs, double *age_derivs, void *system_mode)
 A wrapper tha allows the stellar system jacobian to be passed to the GSL ODE solver. More...
 

Variables

const double Evolve::MIN_RELATIVE_STEP
 

Detailed Description

Implements some of the members of the OrbitSolver class, the various stopping conditions and a number of other classes used while calculating the orbital evolution.

Definition in file OrbitSolver.cpp.