mbd-astro / forest

Fast open-source software toolkit for numerical integration in orbital environments, and is easily incorporated into existing projects with seamless Python and Matlab support
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link
astrodynamics celestial-mechanics

forest

Logo

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.