#include "orsa_body.h"
#include "orsa_error.h"
#include "orsa_file.h"
#include <algorithm>
#include <iostream>
Include dependency graph for orsa_body.cc:
Go to the source code of this file.
Namespaces | |
namespace | orsa |
namespace | std |
Functions | |
static double | orsa::local_mass (const JPL_planets planet) |
static double | orsa::local_J2 (const JPL_planets planet) |
static double | orsa::local_J3 (const JPL_planets planet) |
static double | orsa::local_J4 (const JPL_planets planet) |
static double | orsa::local_C22 (const JPL_planets planet) |
static double | orsa::local_C31 (const JPL_planets planet) |
static double | orsa::local_C32 (const JPL_planets planet) |
static double | orsa::local_C33 (const JPL_planets planet) |
static double | orsa::local_C41 (const JPL_planets planet) |
static double | orsa::local_C42 (const JPL_planets planet) |
static double | orsa::local_C43 (const JPL_planets planet) |
static double | orsa::local_C44 (const JPL_planets planet) |
static double | orsa::local_S31 (const JPL_planets planet) |
static double | orsa::local_S32 (const JPL_planets planet) |
static double | orsa::local_S33 (const JPL_planets planet) |
static double | orsa::local_S41 (const JPL_planets planet) |
static double | orsa::local_S42 (const JPL_planets planet) |
static double | orsa::local_S43 (const JPL_planets planet) |
static double | orsa::local_S44 (const JPL_planets planet) |
void | orsa::Interpolate (const vector< BodyWithParameter > &b_in, const double x, Body &b_out, Body &err_b_out) |
void | orsa::print (const Body &b) |