.copier-answers.yml
.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.markdownlint.yml
.pre-commit-config.yaml
.pytest.ini
.ruff.toml
CHANGELOG.md
LICENSE.txt
README.md
mkdocs.yml
pyproject.toml
tox.ini
LICENSES/LGPLv3.txt
LICENSES/headers/BSD-0-Clause.txt
LICENSES/headers/CC-BY-SA-4.0.txt
LICENSES/headers/LGPL-3.0.txt
docs/american-journal-of-science.csl
docs/changelog.md
docs/credits.md
docs/credits.md.jinja
docs/gallery_conf.py
docs/gen_credits.py
docs/gen_ref_nav.py
docs/index.md
docs/licenses.md
docs/references.bib
docs/css/fontello.css
docs/css/xdsmjs.css
docs/developer_guide/class_diagram.md
docs/examples/.gitignore
docs/examples/co_simulation/README.md
docs/examples/co_simulation/plot_gauss_seidel.py
docs/examples/co_simulation/plot_initial_conditions.py
docs/examples/co_simulation/plot_jacobi.py
docs/examples/co_simulation/plot_multiple_time_steps.py
docs/examples/disciplines/README.md
docs/examples/disciplines/dynamic/README.md
docs/examples/disciplines/dynamic/plot_do_step.py
docs/examples/disciplines/dynamic/plot_evaluation_time.py
docs/examples/disciplines/dynamic/plot_from_initial_time_to_final_time.py
docs/examples/disciplines/dynamic/plot_plot_time_evolution.py
docs/examples/disciplines/dynamic/plot_restart_false.py
docs/examples/disciplines/dynamic/plot_string_time.py
docs/examples/disciplines/dynamic/plot_time_function.py
docs/examples/disciplines/dynamic/plot_time_series.py
docs/examples/disciplines/static/README.md
docs/examples/disciplines/static/plot_static_discipline.py
docs/images/.gitignore
docs/images/favicon.ico
docs/images/gemseo_schema.png
docs/images/logo.png
docs/images/mass_damper.png
docs/images/monogram.png
docs/javascripts/mathjax.js
docs/javascripts/xdsmjs.js
docs/overrides/home.html
docs/user_guide/co_simulation.md
docs/user_guide/fmu_discipline.md
docs/user_guide/index.md
requirements/check.in
requirements/check.txt
requirements/doc.txt
requirements/test-constraints.in
requirements/test-python3.10.txt
requirements/test-python3.11.txt
requirements/test-python3.12.txt
requirements/test-python3.13.txt
src/gemseo_fmu/__init__.py
src/gemseo_fmu.egg-info/PKG-INFO
src/gemseo_fmu.egg-info/SOURCES.txt
src/gemseo_fmu.egg-info/dependency_links.txt
src/gemseo_fmu.egg-info/entry_points.txt
src/gemseo_fmu.egg-info/requires.txt
src/gemseo_fmu.egg-info/top_level.txt
src/gemseo_fmu/disciplines/__init__.py
src/gemseo_fmu/disciplines/_variables.py
src/gemseo_fmu/disciplines/base_fmu_discipline.py
src/gemseo_fmu/disciplines/do_step_fmu_discipline.py
src/gemseo_fmu/disciplines/dynamic_fmu_discipline.py
src/gemseo_fmu/disciplines/fmu_discipline.py
src/gemseo_fmu/disciplines/static_fmu_discipline.py
src/gemseo_fmu/disciplines/time_series.py
src/gemseo_fmu/disciplines/time_stepping_system.py
src/gemseo_fmu/problems/__init__.py
src/gemseo_fmu/problems/fmu_files/__init__.py
src/gemseo_fmu/problems/fmu_files/linux/FMU3Model.fmu
src/gemseo_fmu/problems/fmu_files/linux/MassSpringSubSystem1.fmu
src/gemseo_fmu/problems/fmu_files/linux/MassSpringSubSystem2.fmu
src/gemseo_fmu/problems/fmu_files/linux/MassSpringSystem.fmu
src/gemseo_fmu/problems/fmu_files/linux/Mass_Damper.fmu
src/gemseo_fmu/problems/fmu_files/linux/add.fmu
src/gemseo_fmu/problems/fmu_files/linux/ramp.fmu
src/gemseo_fmu/problems/fmu_files/win32/FMU3Model.fmu
src/gemseo_fmu/problems/fmu_files/win32/MassSpringSubSystem1.fmu
src/gemseo_fmu/problems/fmu_files/win32/MassSpringSubSystem2.fmu
src/gemseo_fmu/problems/fmu_files/win32/MassSpringSystem.fmu
src/gemseo_fmu/problems/fmu_files/win32/Mass_Damper.fmu
src/gemseo_fmu/problems/fmu_files/win32/add.fmu
src/gemseo_fmu/problems/fmu_files/win32/ramp.fmu
src/gemseo_fmu/utils/__init__.py
src/gemseo_fmu/utils/plotting.py
src/gemseo_fmu/utils/time_duration.py
src/gemseo_fmu/utils/time_manager.py
src/gemseo_fmu/utils/time_series.py
tests/__init__.py
tests/conftest.py
tests/disciplines/__init__.py
tests/disciplines/fmu3_model.py
tests/disciplines/test_do_step_fmu_discipline.py
tests/disciplines/test_dynamic_discipline.py
tests/disciplines/test_fmu3.py
tests/disciplines/test_fmu_discipline.py
tests/disciplines/test_static_discipline.py
tests/disciplines/test_time_stepping_system.py
tests/use_cases/__init__.py
tests/use_cases/fmus/__init__.py
tests/use_cases/fmus/test_get_fmu_file_path.py
tests/utils/__init__.py
tests/utils/test_plotting.py
tests/utils/test_time_duration.py
tests/utils/test_time_manager.py
tests/utils/test_time_series.py
tests/utils/time_series.csv
tests/utils/time_series_sep.csv
tests/utils/baseline_images/test_plotting/abscissa_name.png
tests/utils/baseline_images/test_plotting/one_output.png
tests/utils/baseline_images/test_plotting/time_unit.png
tests/utils/baseline_images/test_plotting/time_window_as_float.png
tests/utils/baseline_images/test_plotting/time_window_as_float_tuple.png
tests/utils/baseline_images/test_plotting/time_window_as_integer.png
tests/utils/baseline_images/test_plotting/time_window_as_integer_tuple.png
tests/utils/baseline_images/test_plotting/two_outputs.png