|
PeTar
N-body code for collisional gravitational systems
|
#include <iostream>#include <sstream>#include <iomanip>#include <cassert>#include <string>#include <vector>#include <getopt.h>#include <cmath>#include <algorithm>#include "../src/io.hpp"#include <integrateFullOrbit.h>Go to the source code of this file.
Classes | |
| class | IOParamsGalpy |
| IO parameters for Galpy manager. More... | |
| class | FRWModel |
| FRW cosmological model for calculating scale factor (redshift) More... | |
| class | MWPotentialEvolve |
| data for MWPotential evolve More... | |
| struct | PotentialSetPar |
| mode, position, velocity and acceleration for set of Galpy potentials More... | |
| struct | PotentialSet |
| set of Galpy potentials sharing the same position and velocity of the origin More... | |
| struct | ChangeArgument |
| changing argument parameter More... | |
| class | GalpyManager |
| A class to manager the API to Galpy. More... | |