.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/source/pathsim_docs.mplstyle
docs/source/examples/linear_feedback.ipynb
src/pathsim_fmi/__init__.py
src/pathsim_fmi/_version.py
src/pathsim_fmi/blocks.py
src/pathsim_fmi/wrapper.py
src/pathsim_fmi.egg-info/PKG-INFO
src/pathsim_fmi.egg-info/SOURCES.txt
src/pathsim_fmi.egg-info/dependency_links.txt
src/pathsim_fmi.egg-info/requires.txt
src/pathsim_fmi.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_blocks.py
tests/test_cosim_system.py
tests/test_me_system.py
tests/test_reference_fmus.py
tests/test_wrapper.py
tests/data/BouncingBall_ME.fmu
tests/data/CoupledClutches_CS.fmu
tests/data/CoupledClutches_CS_linux64.fmu
tests/data/CoupledClutches_CS_win64.fmu
tests/data/Dahlquist.fmu
tests/data/VanDerPol_ME.fmu
tests/data/reference/fmi2/BouncingBall.fmu
tests/data/reference/fmi2/Dahlquist.fmu
tests/data/reference/fmi2/Feedthrough.fmu
tests/data/reference/fmi2/Stair.fmu
tests/data/reference/fmi2/VanDerPol.fmu
tests/data/reference/fmi3/BouncingBall.fmu
tests/data/reference/fmi3/Dahlquist.fmu
tests/data/reference/fmi3/Feedthrough.fmu
tests/data/reference/fmi3/Stair.fmu
tests/data/reference/fmi3/StateSpace.fmu
tests/data/reference/fmi3/VanDerPol.fmu