LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.py
beluga/__init__.py
beluga/__main__.py
beluga/beluga.py
beluga/helpers.py
beluga/problem.py
beluga/release.py
beluga/scaling.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/bvpsol/BaseAlgorithm.py
beluga/bvpsol/Collocation.py
beluga/bvpsol/Pseudospectral.py
beluga/bvpsol/Shooting.py
beluga/bvpsol/__init__.py
beluga/bvpsol/spbvp.py
beluga/bvpsol/_bvp/LICENSE.txt
beluga/bvpsol/_bvp/__init__.py
beluga/bvpsol/_bvp/_bvp.py
beluga/bvpsol/_shooting/__init__.py
beluga/bvpsol/_shooting/_shooting.py
beluga/bvpsol/tests/test_Collocation.py
beluga/bvpsol/tests/test_Shooting.py
beluga/bvpsol/tests/test_spbvp.py
beluga/codegen/__init__.py
beluga/codegen/codegen.py
beluga/continuation/__init__.py
beluga/continuation/continuation.py
beluga/ivpsol/__init__.py
beluga/ivpsol/ivpsol.py
beluga/ivpsol/tests/test_ivpsol.py
beluga/ivpsol/tests/test_ivpsol_full.py
beluga/optimlib/__init__.py
beluga/optimlib/dgtools.py
beluga/optimlib/diffyg_deprecated.py
beluga/optimlib/direct.py
beluga/optimlib/indirect.py
beluga/optimlib/optimlib.py
beluga/optimlib/tests/test_dgtools.py
beluga/optimlib/tests/test_optimlib.py
beluga/utils/__init__.py
beluga/utils/utils.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/compare.py
examples/tempfun.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/AlpRider/alpRider.py
examples/AtmosphericFlight/HangGlider/HangGlider.py
examples/AtmosphericFlight/HangGlider/plotresults.py
examples/AtmosphericFlight/Hypersonic3DOF/hypersonic3DOF.py
examples/AtmosphericFlight/Hypersonic3DOF/hypersonic3dof_denied.py
examples/AtmosphericFlight/Hypersonic3DOF/planarto3dof.py
examples/AtmosphericFlight/HypersonicNose/HypersonicNose.py
examples/AtmosphericFlight/HypersonicNose/hypersonicnose.py
examples/AtmosphericFlight/HypersonicNose/plotresults.py
examples/AtmosphericFlight/PlanarHypersonic/planarHypersonic.py
examples/AtmosphericFlight/PlanarHypersonic/planarHypersonicRange.py
examples/AtmosphericFlight/PlanarHypersonic/planarHypersonicSkip.py
examples/AtmosphericFlight/SpaceShuttle/SpaceShuttle.py
examples/AtmosphericFlight/SpaceShuttle/plotresults.py
examples/AtmosphericFlight/SpaceShuttle/spaceshuttle.py
examples/Classic/Brachistochrone/Brachistochrone.py
examples/Classic/Brachistochrone/plotresults.py
examples/Classic/BrysonDenham/BrysonDenham.py
examples/Classic/BrysonDenham/plotresults.py
examples/Classic/MoonLander/MoonLander.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/ElectricityandMagnetism/oneloopcircuit/oneloopcircuit.py
examples/Oscillators/FinancialOscillator/FinancialOscillator.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/Oscillators/Rayleigh/rayleigh.py
examples/personal/cr3bp.py
examples/personal/ipopter.py
examples/personal/planarCavL.py
examples/personal/planarto3dofr.py
examples/personal/pullback.py
examples/personal/temp.py
examples/personal/temp_liepo.py
examples/personal/tempfun.py
examples/personal/nurbs/nerbs.py
examples/tests/test_examples.py