Skip to content

rjpower4/crtbp-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crtbp-cpp

This is a simple program demonstrating how to use the Boost C++ libraries to perform integration of the Circular Restricted Three Body Problem (CRTPB) equations of motion.

Dependencies

The only dependency for this program is libboost >= 1.71.

Building

Building requires the meson build system and is done via the commands:

meson build
meson compile -C build

Then the tests can be run via

cd ./build
ninja test

About

Example Propagation Scheme in C++ for CRTBP EOMs using BOOST odeint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published