FOREST: the Fast ORbit Environment Simulation Toolkit
Developer Wiki
·
Issues
·
Discussions
Orbit propagation is a frequent computational bottleneck in asytrodynamics problems - forest seeks to alleviate this burden by providing a fast and simple alternative to frequently used solvers like Python's scipy.integrate.solve_ivp
or Matlab's ode45/ode113
. Forest leverages a fast C++ backend to enable rapid numerical integration with seamless Python and Matlab support.
Forest[^1] is designed to be modular and easily-extendable. Functionality will include:
[^1]: Our name pays homage to Forest Ray Moulton’s dual contributions to both the restricted three-body problem and to numerical integration methods.