AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE.rst
MANIFEST.in
README.md
setup.cfg
setup.py
cosapp/__init__.py
cosapp.egg-info/PKG-INFO
cosapp.egg-info/SOURCES.txt
cosapp.egg-info/dependency_links.txt
cosapp.egg-info/not-zip-safe
cosapp.egg-info/requires.txt
cosapp.egg-info/top_level.txt
cosapp/core/__init__.py
cosapp/core/_version.py
cosapp/core/config.py
cosapp/core/configuration_schema.json
cosapp/core/connectors.py
cosapp/core/eval_str.py
cosapp/core/module.py
cosapp/core/time.py
cosapp/core/variableref.py
cosapp/core/numerics/__init__.py
cosapp/core/numerics/basics.py
cosapp/core/numerics/boundary.py
cosapp/core/numerics/enum.py
cosapp/core/numerics/residues.py
cosapp/core/numerics/root.py
cosapp/core/numerics/sobol_seq.py
cosapp/core/numerics/distributions/__init__.py
cosapp/core/numerics/distributions/distribution.py
cosapp/core/numerics/distributions/normal.py
cosapp/core/numerics/distributions/triangular.py
cosapp/core/numerics/distributions/uniform.py
cosapp/core/numerics/distributions/tests/__init__.py
cosapp/core/numerics/distributions/tests/test_distribution.py
cosapp/core/numerics/distributions/tests/test_normal.py
cosapp/core/numerics/distributions/tests/test_triangular.py
cosapp/core/numerics/distributions/tests/test_uniform.py
cosapp/core/signal/__init__.py
cosapp/core/signal/signal.py
cosapp/core/signal/slot.py
cosapp/core/tests/__init__.py
cosapp/core/tests/conftest.py
cosapp/core/tests/test_AssignString.py
cosapp/core/tests/test_Connector.py
cosapp/core/tests/test_ContextLocals.py
cosapp/core/tests/test_Module.py
cosapp/core/tests/test_coSAppConfiguration.py
cosapp/core/tests/test_evalString.py
cosapp/core/tests/test_time.py
cosapp/drivers/__init__.py
cosapp/drivers/abstractsetofcases.py
cosapp/drivers/abstractsolver.py
cosapp/drivers/driver.py
cosapp/drivers/influence.py
cosapp/drivers/iterativecase.py
cosapp/drivers/lineardoe.py
cosapp/drivers/metasystembuilder.py
cosapp/drivers/montecarlo.py
cosapp/drivers/nonlinearsolver.py
cosapp/drivers/optimizer.py
cosapp/drivers/optionaldriver.py
cosapp/drivers/runonce.py
cosapp/drivers/runoptim.py
cosapp/drivers/runsinglecase.py
cosapp/drivers/validitycheck.py
cosapp/drivers/time/__init__.py
cosapp/drivers/time/euler.py
cosapp/drivers/time/interfaces.py
cosapp/drivers/time/runge_kutta.py
cosapp/drivers/time/scenario.py
cosapp/drivers/time/utils.py
cosapp/drivers/time/tests/__init__.py
cosapp/drivers/time/tests/conftest.py
cosapp/drivers/time/tests/test_EulerExplicit.py
cosapp/drivers/time/tests/test_ExplicitTimeDriver.py
cosapp/drivers/time/tests/test_InterpolAssignString.py
cosapp/drivers/time/tests/test_Interpolator.py
cosapp/drivers/time/tests/test_RungeKutta.py
cosapp/drivers/time/tests/test_Scenario.py
cosapp/drivers/time/tests/test_TimeStepManager.py
cosapp/drivers/time/tests/test_TimeUnknownDict.py
cosapp/drivers/time/tests/test_TimeUnknownStack.py
cosapp/drivers/time/tests/test_TimeVarManager.py
cosapp/patterns/__init__.py
cosapp/patterns/observer.py
cosapp/patterns/singleton.py
cosapp/ports/__init__.py
cosapp/ports/enum.py
cosapp/ports/exceptions.py
cosapp/ports/port.py
cosapp/ports/unit_library.ini
cosapp/ports/units.py
cosapp/ports/variable.py
cosapp/recorders/__init__.py
cosapp/recorders/dataframe_recorder.py
cosapp/recorders/dsv_recorder.py
cosapp/recorders/recorder.py
cosapp/systems/__init__.py
cosapp/systems/externalsystem.py
cosapp/systems/metamodels.py
cosapp/systems/processsystem.py
cosapp/systems/system.py
cosapp/systems/system.schema.json
cosapp/systems/systemSurrogate.py
cosapp/systems/systemfamily.py
cosapp/systems/surrogate_models/__init__.py
cosapp/systems/surrogate_models/kriging.py
cosapp/systems/surrogate_models/multifi_cokriging.py
cosapp/systems/surrogate_models/nearest_neighbor.py
cosapp/systems/surrogate_models/response_surface.py
cosapp/systems/surrogate_models/surrogate_model.py
cosapp/systems/surrogate_models/nn_interpolators/__init__.py
cosapp/systems/surrogate_models/nn_interpolators/linear_interpolator.py
cosapp/systems/surrogate_models/nn_interpolators/nn_base.py
cosapp/systems/surrogate_models/nn_interpolators/rbf_interpolator.py
cosapp/systems/surrogate_models/nn_interpolators/weighted_interpolator.py
cosapp/systems/surrogate_models/tests/__init__.py
cosapp/systems/surrogate_models/tests/test_kriging.py
cosapp/systems/surrogate_models/tests/test_multifi_cokriging.py
cosapp/systems/surrogate_models/tests/test_nearest_neighbor.py
cosapp/systems/surrogate_models/tests/test_response_surface.py
cosapp/tests/__init__.py
cosapp/tests/all_tests.py
cosapp/tests/conftest.py
cosapp/tests/test_ComplexDuct.py
cosapp/tests/test_Turbofan.py
cosapp/tests/test_system_pressureloss.py
cosapp/tests/test_tutorials.py
cosapp/tests/data/default_dataframe.json
cosapp/tests/data/export_doe.cs
cosapp/tests/data/export_doe.csv
cosapp/tests/data/export_doe.json
cosapp/tests/data/export_doe.txt
cosapp/tests/data/system_config.json
cosapp/tests/data/system_config_ducts.json
cosapp/tests/data/system_config_pressureloss.json
cosapp/tests/data/system_config_pressureloss1.json
cosapp/tests/data/system_config_pressureloss11.json
cosapp/tests/data/system_config_pressureloss11bis.json
cosapp/tests/data/system_config_pressureloss12.json
cosapp/tests/data/system_config_pressureloss121.json
cosapp/tests/data/system_config_pressureloss131.json
cosapp/tests/data/system_config_pressureloss2.json
cosapp/tests/data/system_config_pressureloss22.json
cosapp/tests/data/system_config_pressureloss222.json
cosapp/tests/data/system_config_pressureloss2tank.json
cosapp/tests/library/__init__.py
cosapp/tests/library/ports.py
cosapp/tests/library/systems/__init__.py
cosapp/tests/library/systems/basicalgebra.py
cosapp/tests/library/systems/multiply.py
cosapp/tests/library/systems/others.py
cosapp/tests/library/systems/pressurelossvarious.py
cosapp/tests/library/systems/vectors.py
cosapp/tools/__init__.py
cosapp/tools/help.py
cosapp/tools/trigger.py
cosapp/tools/fmu/__init__.py
cosapp/tools/fmu/exporter.py
cosapp/tools/fmu/logging.py
cosapp/tools/fmu/tests/__init__.py
cosapp/tools/fmu/tests/conftest.py
cosapp/tools/fmu/tests/test_exporter.py
cosapp/tools/fmu/tests/test_logging.py
cosapp/tools/problem_viewer/__init__.py
cosapp/tools/problem_viewer/problem_viewer.py
cosapp/tools/problem_viewer/webview.py
cosapp/tools/problem_viewer/tests/__init__.py
cosapp/tools/problem_viewer/tests/test_viewmodeldata.py
cosapp/tools/problem_viewer/visualization/index.html
cosapp/tools/problem_viewer/visualization/libs/awesomplete.js
cosapp/tools/problem_viewer/visualization/libs/d3.v4.min.js
cosapp/tools/problem_viewer/visualization/libs/http.js
cosapp/tools/problem_viewer/visualization/libs/jquery-3.2.1.min.js
cosapp/tools/problem_viewer/visualization/libs/vkBeautify.js
cosapp/tools/problem_viewer/visualization/src/constants.js
cosapp/tools/problem_viewer/visualization/src/draw.js
cosapp/tools/problem_viewer/visualization/src/legend.js
cosapp/tools/problem_viewer/visualization/src/modal.js
cosapp/tools/problem_viewer/visualization/src/ptN2.js
cosapp/tools/problem_viewer/visualization/src/search.js
cosapp/tools/problem_viewer/visualization/src/svg.js
cosapp/tools/problem_viewer/visualization/style/awesomplete.css
cosapp/tools/problem_viewer/visualization/style/fontello.woff
cosapp/tools/problem_viewer/visualization/style/partition_tree.css
cosapp/tools/templates/__init__.py
cosapp/tools/templates/pythonfmu.j2
cosapp/tools/templates/system_d3.html
cosapp/tools/templates/system_repr.html
cosapp/tools/templates/lib/Readme.txt
cosapp/tools/templates/lib/d3.min.js
cosapp/tools/templates/lib/vis.min.css
cosapp/tools/templates/lib/vis.min.js
cosapp/tools/templates/src/d3_draw.js
cosapp/tools/templates/src/d3_styles.css
cosapp/tools/views/__init__.py
cosapp/tools/views/baseRenderer.py
cosapp/tools/views/d3js.py
cosapp/tools/views/markdown.py
cosapp/tools/views/prettyprint.py
cosapp/tools/views/visjs.py
cosapp/tools/views/tests/__init__.py
cosapp/tools/views/tests/test_VisJsRenderer.py
cosapp/tools/views/tests/test_d3.py
cosapp/tools/views/tests/test_markdown.py
cosapp/tools/views/tests/test_prettyprint.py
cosapp/tutorials/00-Introduction.ipynb
cosapp/tutorials/01-Systems.ipynb
cosapp/tutorials/02-Ports.ipynb
cosapp/tutorials/03-Drivers.ipynb
cosapp/tutorials/04-Triggers.ipynb
cosapp/tutorials/05-Validation.ipynb
cosapp/tutorials/06-Visibility.ipynb
cosapp/tutorials/07-Metamodels.ipynb
cosapp/tutorials/08-Multipoints-Design.ipynb
cosapp/tutorials/09-MonteCarlo.ipynb
cosapp/tutorials/10-Recorders.ipynb
cosapp/tutorials/11-DesignMethods.ipynb
cosapp/tutorials/FMI.ipynb
cosapp/tutorials/Guidelines.ipynb
cosapp/tutorials/Logging.ipynb
cosapp/tutorials/Optimization.ipynb
cosapp/tutorials/SystemSurrogates.ipynb
cosapp/tutorials/SystemSurrogatesAdvanced.ipynb
cosapp/tutorials/TimeDriver.ipynb
cosapp/tutorials/TimeDriverAdvanced.ipynb
cosapp/tutorials/aa-SimpleCircuit.ipynb
cosapp/tutorials/exprampode_fmu.py
cosapp/tutorials/quickstart.ipynb
cosapp/tutorials/time_solutions.py
cosapp/tutorials/images/cosapp.svg
cosapp/tutorials/images/design_circuit.svg
cosapp/tutorials/images/drivers_1.svg
cosapp/tutorials/images/drivers_2.svg
cosapp/tutorials/images/drivers_3.svg
cosapp/tutorials/images/drivers_4.svg
cosapp/tutorials/images/drivers_5.svg
cosapp/tutorials/images/drivers_nonlinear.svg
cosapp/tutorials/images/experimental.svg
cosapp/tutorials/images/in_progress.svg
cosapp/tutorials/images/ports_1.svg
cosapp/tutorials/images/ports_2.svg
cosapp/tutorials/images/ports_3.svg
cosapp/tutorials/images/simple_circuit.svg
cosapp/tutorials/images/systems_1.svg
cosapp/tutorials/images/systems_2.svg
cosapp/tutorials/images/systems_3.svg
cosapp/tutorials/images/systems_4.svg
cosapp/tutorials/images/systems_5.svg
cosapp/tutorials/images/tanks.svg
cosapp/tutorials/images/triggers_1.svg
cosapp/tutorials/images/triggers_2.svg
cosapp/tutorials/images/validity.svg
cosapp/tutorials/images/visibility.svg
cosapp/utils/__init__.py
cosapp/utils/context.py
cosapp/utils/find_variables.py
cosapp/utils/helpers.py
cosapp/utils/json.py
cosapp/utils/logging.py
cosapp/utils/naming.py
cosapp/utils/options_dictionary.py
cosapp/utils/orderedset.py
cosapp/utils/parsing.py
cosapp/utils/pull_variables.py
cosapp/utils/testing.py
cosapp/utils/validate.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/readme.rst
docs/cosapp_theme/layout.html
docs/cosapp_theme/searchbox.html
docs/cosapp_theme/theme.conf
docs/cosapp_theme/static/cosapp.css_t
docs/cosapp_theme/static/sidebar.js_t
docs/cosapp_theme/static/css/custom.css
docs/cosapp_theme/static/css/font-awesome.min.css
docs/cosapp_theme/static/css/font.css
docs/cosapp_theme/static/css/highlight.css
docs/cosapp_theme/static/css/kube.css
docs/cosapp_theme/static/css/kube.demo.css
docs/cosapp_theme/static/css/kube.legenda.css
docs/cosapp_theme/static/css/kube.min.css
docs/cosapp_theme/static/css/master.css
docs/cosapp_theme/static/font/Lato-Black.woff
docs/cosapp_theme/static/font/Lato-Bold.woff
docs/cosapp_theme/static/font/Lato-BoldItalic.woff
docs/cosapp_theme/static/font/Lato-Italic.woff
docs/cosapp_theme/static/font/Lato-Regular.woff
docs/cosapp_theme/static/font/Lato-Semibold.woff
docs/cosapp_theme/static/fonts/fontawesome-webfont.woff
docs/cosapp_theme/static/img/cosapp.svg
docs/cosapp_theme/static/js/jquery-2.1.4.min.js
docs/cosapp_theme/static/js/kube.js
docs/cosapp_theme/static/js/kube.legenda.js
docs/cosapp_theme/static/js/kube.min.js
docs/cosapp_theme/static/js/master.js
docs/cosapp_theme/static/js/tocbot.min.js
docs/developer/installation_cases.rst
docs/developer/logger.rst
docs/developer/project_structure.rst
docs/developer/scenarii.rst
docs/img/gitlab-cosapp-f4950f.svg
docs/img/website-docs-blue.svg
docs/nb_thumbnails/_images/desktop-download.svg
docs/nb_thumbnails/_images/eye.svg
docs/nb_thumbnails/_images/file-code.svg
docs/nb_thumbnails/_images/file-text.svg
docs/nb_thumbnails/_images/fold.svg
docs/nb_thumbnails/_images/package.svg
docs/nb_thumbnails/_images/pencil.svg
docs/nb_thumbnails/_images/play.svg
docs/nb_thumbnails/_images/plug.svg
docs/nb_thumbnails/_images/pulse.svg
docs/nb_thumbnails/_images/verified.svg
docs/nb_thumbnails/_images/zap.svg
docs/source/modules.rst
docs/tools/mermaid.py
docs/tools/mermaid_inheritance.py
docs/tutorials/00-Introduction.ipynb
docs/tutorials/01-Systems.ipynb
docs/tutorials/02-Ports.ipynb
docs/tutorials/03-Drivers.ipynb
docs/tutorials/04-Triggers.ipynb
docs/tutorials/05-Validation.ipynb
docs/tutorials/06-Visibility.ipynb
docs/tutorials/07-Metamodels.ipynb
docs/tutorials/08-Multipoints-Design.ipynb
docs/tutorials/09-MonteCarlo.ipynb
docs/tutorials/10-Recorders.ipynb
docs/tutorials/11-DesignMethods.ipynb
docs/tutorials/FMI.ipynb
docs/tutorials/Guidelines.ipynb
docs/tutorials/Logging.ipynb
docs/tutorials/Optimization.ipynb
docs/tutorials/SystemSurrogates.ipynb
docs/tutorials/SystemSurrogatesAdvanced.ipynb
docs/tutorials/TimeDriver.ipynb
docs/tutorials/TimeDriverAdvanced.ipynb
docs/tutorials/aa-SimpleCircuit.ipynb
docs/tutorials/exprampode_fmu.py
docs/tutorials/quickstart.ipynb
docs/tutorials/time_solutions.py
docs/tutorials/images/Moise_tables_loi.jpg
docs/tutorials/images/cosapp.svg
docs/tutorials/images/design_circuit.svg
docs/tutorials/images/drivers_1.svg
docs/tutorials/images/drivers_2.svg
docs/tutorials/images/drivers_3.svg
docs/tutorials/images/drivers_4.svg
docs/tutorials/images/drivers_5.svg
docs/tutorials/images/drivers_nonlinear.svg
docs/tutorials/images/experimental.svg
docs/tutorials/images/in_progress.svg
docs/tutorials/images/ports_1.svg
docs/tutorials/images/ports_2.svg
docs/tutorials/images/ports_3.svg
docs/tutorials/images/simple_circuit.svg
docs/tutorials/images/systems_1.svg
docs/tutorials/images/systems_2.svg
docs/tutorials/images/systems_3.svg
docs/tutorials/images/systems_4.svg
docs/tutorials/images/systems_5.svg
docs/tutorials/images/tanks.svg
docs/tutorials/images/triggers_1.svg
docs/tutorials/images/triggers_2.svg
docs/tutorials/images/validity.svg
docs/tutorials/images/visibility.svg