LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.py
beluga/__init__.py
beluga/__main__.py
beluga/beluga.py
beluga/release.py
beluga.egg-info/PKG-INFO
beluga.egg-info/SOURCES.txt
beluga.egg-info/dependency_links.txt
beluga.egg-info/entry_points.txt
beluga.egg-info/requires.txt
beluga.egg-info/top_level.txt
beluga/continuation/__init__.py
beluga/continuation/continuation.py
beluga/continuation/guess_generators.py
beluga/numeric/__init__.py
beluga/numeric/bvp_solvers/BaseAlgorithm.py
beluga/numeric/bvp_solvers/SPBVP.py
beluga/numeric/bvp_solvers/Shooting.py
beluga/numeric/bvp_solvers/__init__.py
beluga/numeric/compilation/LocalCompiler.py
beluga/numeric/compilation/__init__.py
beluga/numeric/compilation/component_compilation.py
beluga/numeric/compilation/jit.py
beluga/numeric/data_classes/NumericProblem.py
beluga/numeric/data_classes/Trajectory.py
beluga/numeric/data_classes/__init__.py
beluga/numeric/data_classes/trajectory_mappers.py
beluga/numeric/ivp_solvers/__init__.py
beluga/numeric/ivp_solvers/ivpsol.py
beluga/numeric/numerical_derivatives/__init__.py
beluga/numeric/numerical_derivatives/complex_step.py
beluga/numeric/numerical_derivatives/finite_diff.py
beluga/symbolic/__init__.py
beluga/symbolic/data_classes/__init__.py
beluga/symbolic/data_classes/components_structures.py
beluga/symbolic/data_classes/mapping_functions.py
beluga/symbolic/data_classes/symbolic_problem.py
beluga/symbolic/differential_geometry/__init__.py
beluga/symbolic/differential_geometry/differential_geometry.py
beluga/symbolic/special_functions/__init__.py
beluga/symbolic/special_functions/custom_functions.py
beluga/symbolic/special_functions/tables.py
beluga/utils/__init__.py
beluga/utils/helper_functions.py
beluga/utils/logging.py
beluga/utils/storage.py
docs/readme.md
docs/source/conf.py
docs/source/features.rst
docs/source/index.rst
docs/source/problemsetup.rst
docs/source/unittests.rst
docs/source/_static/rdsl.png
docs/source/examples/2-brachistochrone.rst
docs/source/examples/3-zermelo.rst
docs/source/examples/4-planarhypersonic.rst
docs/source/examples/5-hypersonic3dof.rst
docs/source/modules/beluga.rst
docs/source/modules/bvpsol.rst
docs/source/modules/codegen.rst
docs/source/modules/continuation.rst
docs/source/modules/ivpsol/integrationmethods.rst
docs/source/modules/ivpsol/ivpsol.rst
docs/source/modules/optimlib/diffyg.rst
docs/source/modules/optimlib/indirect.rst
docs/source/modules/optimlib/optimlib.rst
examples/hyp_atmos.py
examples/hypersonic3DOFutmbc.py
examples/hypoorig.py
examples/temp.py
examples/AscentVehicles/BFR/BFR.py
examples/AscentVehicles/BFR/plotresults.py
examples/AscentVehicles/GoddardRocket/GoddardRocket.py
examples/AscentVehicles/GoddardRocket/plotresults.py
examples/AscentVehicles/Titan-II-SSTO/Titan-II-SSTO.py
examples/AscentVehicles/Titan-II-SSTO/plotresults.py
examples/Astrodynamics/Detumble/Detumble.py
examples/Astrodynamics/Detumble/plotresults.py
examples/Astrodynamics/OrbitRaising/HighThrust.py
examples/Astrodynamics/OrbitRaising/LowThrust.py
examples/Astrodynamics/OrbitRaising/plotresults_highthrust.py
examples/Astrodynamics/OrbitRaising/plotresults_lowthrust.py
examples/AtmosphericFlight/HangGlider/HangGlider.py
examples/AtmosphericFlight/HangGlider/plotresults.py
examples/AtmosphericFlight/Hypersonic3DOF/hypersonic3DOFfamily.py
examples/AtmosphericFlight/Hypersonic3DOF/planarto3dof.py
examples/AtmosphericFlight/HypersonicNose/HypersonicNose.py
examples/AtmosphericFlight/HypersonicNose/plotresults.py
examples/AtmosphericFlight/PlanarHypersonic/planarHypersonic.py
examples/AtmosphericFlight/PlanarHypersonic/planarHypersonicSkip.py
examples/AtmosphericFlight/SpaceShuttle/SpaceShuttle.py
examples/AtmosphericFlight/SpaceShuttle/SpaceShuttleTargetMove.py
examples/AtmosphericFlight/SpaceShuttle/plot_shuttle.py
examples/AtmosphericFlight/SpaceShuttle/plotresults.py
examples/Classic/AlyChan/AlyChan.py
examples/Classic/AlyChan/plotresults.py
examples/Classic/Brachistochrone/Brachistochrone.py
examples/Classic/Brachistochrone/plotresults.py
examples/Classic/BrysonDenham/BrysonDenham.py
examples/Classic/BrysonDenham/BrysonDenhamTable.py
examples/Classic/BrysonDenham/plotresults.py
examples/Classic/HangingChain/HangingChain.py
examples/Classic/HangingChain/HangingChain_w_floor.py
examples/Classic/HangingChain/plot_chain.py
examples/Classic/MoonLander/MoonLander.py
examples/Classic/MoonLander/plotresults.py
examples/Classic/ZermelosProblem/ZermelosProblem.py
examples/Classic/ZermelosProblem/plotresults.py
examples/ElectricityAndMagnetism/OneLoopCircuit/OneLoopCircuit.py
examples/ElectricityAndMagnetism/OneLoopCircuit/plotresults.py
examples/Oscillators/FinancialOscillator/FinancialOscillator.py
examples/Oscillators/FinancialOscillator/plotresults.py
examples/Oscillators/MallsOscillator/MallsOscillator.py
examples/Oscillators/MallsOscillator/plotresults.py
examples/Oscillators/Rayleigh/Rayleigh.py
examples/Oscillators/Rayleigh/plotresults.py
examples/personal/chaoticbrachi.py
examples/personal/chaoticbrachi_animation.py
examples/personal/functors.py
examples/personal/planarto3dof.py
examples/tests/test_examples.py