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