LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
beluga/IndirectMethod.py
beluga/__init__.py
beluga/__main__.py
beluga/beluga.py
beluga/helpers.py
beluga/problem.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/Scaling.py
beluga/bvpsol/Solution.py
beluga/bvpsol/__init__.py
beluga/bvpsol/algorithms/BaseAlgorithm.py
beluga/bvpsol/algorithms/Collocation.py
beluga/bvpsol/algorithms/QCPI.py
beluga/bvpsol/algorithms/QCPI_Parallel.py
beluga/bvpsol/algorithms/Shooting.py
beluga/bvpsol/algorithms/__init__.py
beluga/bvpsol/templates/bc_func_dae_num.py.mu
beluga/bvpsol/templates/bc_func_num.py.mu
beluga/bvpsol/templates/compute_control_dae_num.py.mu
beluga/bvpsol/templates/compute_control_num.py.mu
beluga/bvpsol/templates/deriv_func_dae_num.py.mu
beluga/bvpsol/templates/deriv_func_num.py.mu
beluga/bvpsol/tests/test_Collocation.py
beluga/bvpsol/tests/test_Shooting.py
beluga/codegen/__init__.py
beluga/codegen/codegen.py
beluga/continuation/HPA_Variable.py
beluga/continuation/__init__.py
beluga/continuation/continuation.py
beluga/continuation/strategies/HPA_Strategy.py
beluga/continuation/strategies/RandomStrategy.py
beluga/ivpsol/__init__.py
beluga/ivpsol/ivpsol.py
beluga/ivpsol/integrators/__init__.py
beluga/ivpsol/integrators/mcpi.py
beluga/ivpsol/integrators/ode45.py
beluga/ivpsol/integrators/tests/test_mcpi.py
beluga/ivpsol/tests/test_ivpsol.py
beluga/ivpsol/tests/test_ivpsol_full.py
beluga/optimlib/__init__.py
beluga/optimlib/brysonho.py
beluga/optimlib/icrm.py
beluga/optimlib/optimlib.py
beluga/optimlib/templates/brysonho/bc_func.py.mu
beluga/optimlib/templates/brysonho/deriv_func.py.mu
beluga/optimlib/templates/brysonho/qcpi/bc_func.py.mu
beluga/optimlib/templates/brysonho/qcpi/deriv_func.py.mu
beluga/optimlib/templates/icrm/bc_func.py.mu
beluga/optimlib/templates/icrm/deriv_func.py.mu
beluga/optimlib/templates/icrm/qcpi/bc_func.py.mu
beluga/optimlib/templates/icrm/qcpi/deriv_func.py.mu
beluga/optimlib/templates/icrm/qcpi/extra.txt
beluga/optimlib/tests/test_optimlib.py
beluga/utils/__init__.py
beluga/utils/keyboard.py
beluga/utils/utils.py
beluga/visualization/BelugaPlot.py
beluga/visualization/__init__.py
beluga/visualization/datasources.py
beluga/visualization/elements.py
beluga/visualization/renderers/BaseRenderer.py
beluga/visualization/renderers/Bokeh.py
beluga/visualization/renderers/MatPlotLib.py
beluga/visualization/renderers/ToyPlot.py
beluga/visualization/renderers/__init__.py
docs/.DS_Store
docs/readme.md
docs/source/conf.py
docs/source/features.rst
docs/source/index.rst
docs/source/install.rst
docs/source/nomenclature.rst
docs/source/problemsetup.rst
docs/source/testproblem.rst
docs/source/unittests.rst
docs/source/_static/rdsl.png
docs/source/modules/bvpsol.rst
docs/source/modules/codegen.rst
docs/source/modules/continuation.rst
docs/source/modules/ivpsol.rst
docs/source/modules/optimlib.rst
examples/tempfun.py
examples/3dof/hypersonic3DOF.py
examples/3dof/planarto3dof.py
examples/3dof/plot.py
examples/brachistochrone/brachisto.py
examples/brachistochrone/plot.py
examples/brachistochrone/testcode.py
examples/broken_examples_to_be_fixed/maxRange.py
examples/broken_examples_to_be_fixed/app/eps_nodes_plot.py
examples/broken_examples_to_be_fixed/app/jammer.py
examples/broken_examples_to_be_fixed/app/nofly.py
examples/broken_examples_to_be_fixed/app/nofly2.py
examples/broken_examples_to_be_fixed/app/nofly_n.py
examples/broken_examples_to_be_fixed/app/plot.py
examples/broken_examples_to_be_fixed/app/plot2.py
examples/broken_examples_to_be_fixed/app/scenario.py
examples/broken_examples_to_be_fixed/app/thesis_plot.py
examples/broken_examples_to_be_fixed/boundedBrachistochrone/boundedBrachistochrone.py
examples/broken_examples_to_be_fixed/boundedBrachistochrone/plot.py
examples/broken_examples_to_be_fixed/boundedBrachistochrone/thesisplots.py
examples/broken_examples_to_be_fixed/brysonDenham/brysonDenham.py
examples/broken_examples_to_be_fixed/continuation/AstarPath.py
examples/broken_examples_to_be_fixed/continuation/HeuristicDemo.py
examples/broken_examples_to_be_fixed/continuation/RandomPathDemo.py
examples/broken_examples_to_be_fixed/continuation/hRRTdemo.py
examples/broken_examples_to_be_fixed/dubin/dubin.py
examples/broken_examples_to_be_fixed/dubin/plot.py
examples/broken_examples_to_be_fixed/icrm/satfcn.py
examples/broken_examples_to_be_fixed/icrm/3dof/hypersonic3DOF.py
examples/broken_examples_to_be_fixed/icrm/boundedBrachistochrone/boundedBrachistochrone.py
examples/broken_examples_to_be_fixed/icrm/boundedBrachistochrone/compare_plot.py
examples/broken_examples_to_be_fixed/icrm/boundedBrachistochrone/gpops_plot.py
examples/broken_examples_to_be_fixed/icrm/boundedBrachistochrone/plot.py
examples/broken_examples_to_be_fixed/icrm/brachisto/brachisto.py
examples/broken_examples_to_be_fixed/icrm/brachisto/plot.py
examples/broken_examples_to_be_fixed/icrm/brysonDenham/boundedDoubleIntegrator.py
examples/broken_examples_to_be_fixed/icrm/brysonDenham/doubleIntegrator.py
examples/broken_examples_to_be_fixed/icrm/brysonDenham/plot.py
examples/broken_examples_to_be_fixed/icrm/freeflight/compare_plot.py
examples/broken_examples_to_be_fixed/icrm/freeflight/dubin.py
examples/broken_examples_to_be_fixed/icrm/freeflight/freeflight_1d.py
examples/broken_examples_to_be_fixed/icrm/freeflight/freeflight_2d.py
examples/broken_examples_to_be_fixed/icrm/freeflight/plot_1d.py
examples/broken_examples_to_be_fixed/icrm/freeflight/plot_dubin.py
examples/broken_examples_to_be_fixed/icrm/heatRate/compare_plot.py
examples/broken_examples_to_be_fixed/icrm/heatRate/fpaplot.py
examples/broken_examples_to_be_fixed/icrm/heatRate/gloading.py
examples/broken_examples_to_be_fixed/icrm/heatRate/heatRateAlfa.py
examples/broken_examples_to_be_fixed/icrm/heatRate/heatRate_2500.py
examples/broken_examples_to_be_fixed/icrm/heatRate/heatRate_fpa.py
examples/broken_examples_to_be_fixed/icrm/heatRate/makePlots.py
examples/broken_examples_to_be_fixed/icrm/heatRate/plot.py
examples/broken_examples_to_be_fixed/icrm/heatRate/thesisplots.py
examples/broken_examples_to_be_fixed/icrm/heatRate/thesisplotsAlfa.py
examples/broken_examples_to_be_fixed/icrm/maxRange/maxRange.py
examples/broken_examples_to_be_fixed/icrm/maxRange/plot.py
examples/broken_examples_to_be_fixed/icrm/multi/plot.py
examples/broken_examples_to_be_fixed/icrm/multi/plot2.py
examples/broken_examples_to_be_fixed/icrm/multi/thesis_plots.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-fpa-s1.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-s1.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-s2-both.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-s2-size.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-s2.py
examples/broken_examples_to_be_fixed/icrm/multi/twoveh-unc.py
examples/broken_examples_to_be_fixed/icrm/planarHypersonicWithHeatRate/fpaplot.py
examples/broken_examples_to_be_fixed/icrm/planarHypersonicWithHeatRate/gloading.py
examples/broken_examples_to_be_fixed/icrm/planarHypersonicWithHeatRate/planarHypersonicWithHeatRate.py
examples/broken_examples_to_be_fixed/icrm/planarHypersonicWithHeatRate/planarWithFPA.py
examples/broken_examples_to_be_fixed/icrm/planarHypersonicWithHeatRate/plot.py
examples/broken_examples_to_be_fixed/maxAltitude/maxAltitude.py
examples/broken_examples_to_be_fixed/maxAltitude/maxAltitude_alfa.py
examples/broken_examples_to_be_fixed/maxAltitude/plot.py
examples/broken_examples_to_be_fixed/misc/airplane.py
examples/broken_examples_to_be_fixed/misc/misl.py
examples/broken_examples_to_be_fixed/misc/missle.py
examples/broken_examples_to_be_fixed/misc/missle2.py
examples/broken_examples_to_be_fixed/misc/missle2v.py
examples/broken_examples_to_be_fixed/misc/missle3.py
examples/broken_examples_to_be_fixed/misc/missle4.py
examples/broken_examples_to_be_fixed/misc/missle4v.py
examples/broken_examples_to_be_fixed/misc/missle4v3d.py
examples/broken_examples_to_be_fixed/misc/missle5.py
examples/broken_examples_to_be_fixed/misc/misslecomm.py
examples/broken_examples_to_be_fixed/misc/misslecomm2.py
examples/broken_examples_to_be_fixed/misc/plot.py
examples/broken_examples_to_be_fixed/misc/plot2.py
examples/broken_examples_to_be_fixed/misc/plot3.py
examples/broken_examples_to_be_fixed/misc/plot_2veh.py
examples/broken_examples_to_be_fixed/misc/plot_3veh.py
examples/broken_examples_to_be_fixed/misc/plot_airplane.py
examples/broken_examples_to_be_fixed/misc/zermelo.py
examples/broken_examples_to_be_fixed/misc/zermelo2.py
examples/broken_examples_to_be_fixed/misc/zermelo3d.py
examples/broken_examples_to_be_fixed/planarHypersonicWithHeatRate/fpaplot.py
examples/broken_examples_to_be_fixed/planarHypersonicWithHeatRate/gloading.py
examples/broken_examples_to_be_fixed/planarHypersonicWithHeatRate/planarHypersonicWithHeatRate.py
examples/broken_examples_to_be_fixed/planarHypersonicWithHeatRate/planarWithFPA.py
examples/broken_examples_to_be_fixed/planarHypersonicWithHeatRate/plot.py
examples/broken_examples_to_be_fixed/planarWithHeatRateAndAoA/planarWithFPA.py
examples/broken_examples_to_be_fixed/planarWithHeatRateAndAoA/planarWithHeatRateAndAoA.py
examples/broken_examples_to_be_fixed/planarWithHeatRateAndAoA/plot.py
examples/broken_examples_to_be_fixed/qcpi/cheby.py
examples/broken_examples_to_be_fixed/qcpi/boundedBrachistochrone/boundedBrachistochrone.py
examples/broken_examples_to_be_fixed/qcpi/boundedBrachistochrone/compare_plot.py
examples/broken_examples_to_be_fixed/qcpi/boundedBrachistochrone/plot.py
examples/broken_examples_to_be_fixed/qcpi/brachisto/brachisto.py
examples/broken_examples_to_be_fixed/qcpi/brachisto/compare_plot.py
examples/broken_examples_to_be_fixed/qcpi/brachisto/plot.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/compare_plot.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/fpaplot.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/gloading.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/heatRate_2500.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/heatRate_fpa.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/makePlots.py
examples/broken_examples_to_be_fixed/qcpi/heatRate/plot.py
examples/broken_examples_to_be_fixed/qcpi/multi/benchmark_plot.py
examples/broken_examples_to_be_fixed/qcpi/multi/missle4v.py
examples/broken_examples_to_be_fixed/qcpi/multi/missle4v_s1.py
examples/broken_examples_to_be_fixed/qcpi/multi/missle4v_shoot.py
examples/broken_examples_to_be_fixed/qcpi/multi/plot.py
examples/broken_examples_to_be_fixed/qcpi/multi/thesis_plot.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonic/compare_plot.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonic/planarHypersonic.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonic/planarHypersonic2.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonic/plot.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonicWithHeatRate/fpaplot.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonicWithHeatRate/gloading.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonicWithHeatRate/planarHypersonicWithHeatRate.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonicWithHeatRate/planarWithFPA.py
examples/broken_examples_to_be_fixed/qcpi/planarHypersonicWithHeatRate/plot.py
examples/planarHypersonic/oldplot.py
examples/planarHypersonic/planarHypersonic.py
examples/planarHypersonic/planarHypersonicSkip.py
examples/planarHypersonic/plot.py
examples/tests/test_examples.py