Definition in file testOrbitIntegration.cpp.
#include "orbitmodels/TwoBodyDynamics.h"
#include "Matrix.h"
#include "RungeKuttaFehlbergIntegrator.h"
#include "OrbitState.h"
#include "Plot.h"
#include "orbitframes/OrbitFrameIJK.h"
#include "orbitstaterep/PositionVelocity.h"
#include "LinearInterpolator.h"
#include <vector.h>
Go to the source code of this file.
Functions | |
Vector | OrbitForcesFunctor (const ssfTime &_pSSFTime, const OrbitState &_pOrbitState, const AttitudeState &_pAttitudeState) |
Force function that will be called each timestep. | |
Vector | OrbitForcesWithDragFunctor (const ssfTime &_pSSFTime, const OrbitState &_pOrbitState, const AttitudeState &_pAttitudeState) |
int | main () |
|
Force function that will be called each timestep.
Definition at line 26 of file testOrbitIntegration.cpp. |
|
Definition at line 34 of file testOrbitIntegration.cpp. |
|
Definition at line 48 of file testOrbitIntegration.cpp. |