pathsim 0.22.0__tar.gz → 0.22.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pathsim-0.22.0 → pathsim-0.22.2}/.github/workflows/pypi_deployment.yml +2 -2
- {pathsim-0.22.0 → pathsim-0.22.2}/.github/workflows/tests_codecov.yml +2 -2
- {pathsim-0.22.0 → pathsim-0.22.2}/.github/workflows/urlchecker.yml +1 -1
- {pathsim-0.22.0 → pathsim-0.22.2}/PKG-INFO +3 -3
- {pathsim-0.22.0 → pathsim-0.22.2}/pyproject.toml +4 -1
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/_version.py +3 -3
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/_block.py +30 -1
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/fmu.py +11 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/simulation.py +6 -5
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim.egg-info/PKG-INFO +3 -3
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_block.py +27 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/.codecov.yml +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/.github/FUNDING.yml +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/.gitignore +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/CITATION.cff +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/LICENSE.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/README.md +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/conftest.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/.readthedocs.yaml +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/Makefile +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/requirements.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/_ext/github_issues.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/_static/custom.css +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/_static/redirect.js +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/api.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/conf.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/contributing.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/abs_braking.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/algebraic_loop.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/billards.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/bouncing_ball.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/bouncing_pendulum.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/cascade_controller.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/checkpoints.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/chemical_reactor.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/coupled_oscillators.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/data/BouncingBall_ME.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/data/CoupledClutches_CS_linux64.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/data/CoupledClutches_CS_win64.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/data/Dahlquist.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/data/VanDerPol_ME.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/dcmotor_control.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/delta_sigma_adc.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/diode_circuit.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/elastic_pendulum.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/algebraicloop_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/billard_circle_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_both_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_events_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_timesteps_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_pendulum_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/cascade_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/coupled_oscillators_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/coupled_oscillators_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/delta_sigma_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/diode_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/elastic_pendulum_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/fmcw_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/fmcw_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/harmonic_oscillator_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/harmonic_oscillator_result_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/kalman_filter_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/linear_feedback_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/linear_feedback_result_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/linear_feedback_result_sensitivity_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/miller_frequency_divider_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/nonlinear_noisy_amplifier_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/ode_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/pendulum_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/pid_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/sar_adc_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_slip_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_stick_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/stick_slip_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/thermostat_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_result_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl1_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl2_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl3_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/volterralotka_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/ode_blockdiagram_2.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/stick_slip_blockdiagram_slip.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/stick_slip_blockdiagram_stick.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/fmcw_radar.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/fmu_cosimulation.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/fmu_model_exchange_bouncing_ball.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/fmu_model_exchange_vanderpol.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/harmonic_oscillator.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/kalman_filter.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/linear_feedback.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/lorenz_attractor.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/nested_subsystems.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/noisy_amplifier.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/pendulum.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/pid_controller.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/poincare_maps.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/rf_network_oneport.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/sar_adc.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/spectrum_analysis.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/stick_slip.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/switched_bouncing_ball.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/thermostat.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/transfer_function.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/vanderpol.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/figures/pathsim_object_hierarchy_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/figures/pathsim_solver_hierarchy_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/figures/sin_cos_blockdiagram_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/figures/system_g.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/index.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/logos/pathsim_icon.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/logos/pathsim_logo.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/logos/pathsim_simplistic_logo.png +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks._block.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.adder.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.amplifier.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.comparator.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.converters.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.counter.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.ctrl.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.delay.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.differentiator.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.discrete.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.dynsys.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.filters.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.fmu.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.function.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.integrator.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.kalman.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.lti.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.math.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.multiplier.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.noise.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.ode.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.relay.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.rf.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.rng.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.scope.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.sources.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.spectrum.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.switch.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.table.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.blocks.wrapper.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.connection.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.events._event.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.events.condition.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.events.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.events.schedule.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.events.zerocrossing.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.optim.anderson.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.optim.booster.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.optim.numerical.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.optim.operator.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.optim.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.simulation.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers._rungekutta.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers._solver.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.bdf.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.dirk2.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.dirk3.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.esdirk32.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.esdirk4.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.esdirk43.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.esdirk54.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.esdirk85.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.euler.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.gear.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rk4.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkbs32.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkck54.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkdp54.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkdp87.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkf21.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkf45.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkf78.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rkv65.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.ssprk22.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.ssprk33.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.ssprk34.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.solvers.steadystate.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.subsystem.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.adaptivebuffer.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.analysis.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.gilbert.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.logger.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.portreference.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.progresstracker.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.realtimeplotter.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.register.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/modules/pathsim.utils.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/pathsim_docs.mplstyle +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/quickstart.ipynb +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/roadmap.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/docs/source/roadmap_generated.rst +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_abs_braking.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_adc.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_algebraicchain.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_algebraicloop.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_cascade.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_dcmotor.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_deltasigma.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_derivative.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_diode.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_dualslope.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_elastic_pendulum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_feedback.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_filters.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_harmonic_oscillator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_kalman_filter.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_nested_subsystems.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_noise.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_pendulum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_phasenoise.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_pid.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_pid_antiwindup.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_pid_vs_discretePID.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_radar.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_reactor.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_sar.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_solar.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_solver_hotswap.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_spectrum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_spectrum_rf_oneport.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_steadystate.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_stickslip.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_transferfunction.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/example_vanderpol_subsystem.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_billards_sphere.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_bouncing_pendulum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_bouncingball.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_bouncingball_friction.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_bouncingball_switched.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_integrator_reset.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_pulse.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_stickslip_event.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_thermostat.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_event/example_volterralotka_event.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_bonhoeffer_vanderpol.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_brusselator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_chemical.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_duffing.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_fairen_velarde.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_fitzhughnagumo.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_flame.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_glycolysis.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_lorenz.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_morse.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_robertson.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_roessler.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_thomas_cyclic.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_vanderpol.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/examples/examples_odes/example_volterralotka.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/git +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/setup.cfg +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/_constants.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/README.md +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/adder.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/amplifier.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/comparator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/converters.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/counter.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/ctrl.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/delay.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/differentiator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/discrete.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/divider.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/dynsys.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/filters.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/function.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/integrator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/kalman.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/logic.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/lti.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/math.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/multiplier.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/noise.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/ode.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/relay.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/rf.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/rng.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/scope.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/sources.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/spectrum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/switch.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/table.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/blocks/wrapper.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/connection.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/events/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/events/_event.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/events/condition.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/events/schedule.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/events/zerocrossing.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/exceptions.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/optim/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/optim/anderson.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/optim/booster.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/optim/numerical.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/optim/operator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/README.md +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/_rungekutta.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/_solver.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/bdf.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/dirk2.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/dirk3.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/esdirk32.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/esdirk4.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/esdirk43.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/esdirk54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/esdirk85.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/euler.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/gear.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rk4.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkbs32.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkck54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkdp54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkdp87.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkf21.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkf45.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkf78.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/rkv65.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/ssprk22.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/ssprk33.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/ssprk34.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/solvers/steadystate.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/subsystem.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/adaptivebuffer.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/analysis.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/deprecation.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/diagnostics.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/fmuwrapper.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/gilbert.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/graph.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/logger.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/mutable.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/portreference.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/progresstracker.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/realtimeplotter.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim/utils/register.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim.egg-info/SOURCES.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim.egg-info/dependency_links.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim.egg-info/requires.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/src/pathsim.egg-info/top_level.txt +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/README.md +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/CoupledClutches_CS.fmu +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/conftest.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_algebraic_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_bouncingball_friction_event_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_bouncingball_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_brusselator_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_cosim_fmu_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_counter_comparator_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_dynamical_system_ivp.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_fitzhughnagumo_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_harmonic_oscillator_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_linear_feedback_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_logic_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_lorenz_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_me_analytical.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_model_exchange_fmu_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_pid_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_relay_thermostat_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_rescale_delay_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_robertson_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_roessler_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_signal_processing_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_steadystate_transient_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_switch_lti_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_vanderpol_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/evals/test_volterralotka_system.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/_embedding.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/rf/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/rf/ring_slot.s2p +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/rf/ring_slot_meas.s1p +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/rf/test_rf.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_adder.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_amplifier.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_comparator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_converters.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_counter.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_ctrl.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_delay.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_differentiator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_discrete.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_divider.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_dynsys.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_filters.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_fmu.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_function.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_integrator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_kalman.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_logic.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_lti.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_math.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_multiplier.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_noise.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_ode.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_relay.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_rng.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_scope.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_sources.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_spectrum.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_switch.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_table.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/blocks/test_wrapper.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/events/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/events/test_condition.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/events/test_event.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/events/test_schedule.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/events/test_zerocrossing.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/optim/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/optim/test_anderson.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/optim/test_numerical.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/optim/test_operator.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/_referenceproblems.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_bdf.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_dirk2.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_dirk3.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_esdirk32.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_esdirk4.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_esdirk43.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_esdirk54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_esdirk85.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_euler.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_gear.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rfk21.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rk4.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkbs32.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkck54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkdp54.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkdp87.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkf45.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkf78.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_rkv65.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_solver.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_ssprk22.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_ssprk33.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_ssprk34.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/solvers/test_steadystate.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/test_checkpoint.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/test_connection.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/test_diagnostics.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/test_simulation.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/test_subsystem.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/__init__.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_adaptivebuffer.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_analysis.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_fmuwrapper.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_gilbert.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_graph.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_logger.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_mutable.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_portreference.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_progresstracker.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_realtimeplotter.py +0 -0
- {pathsim-0.22.0 → pathsim-0.22.2}/tests/pathsim/utils/test_register.py +0 -0
|
@@ -12,12 +12,12 @@ jobs:
|
|
|
12
12
|
deploy:
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
|
-
- uses: actions/checkout@
|
|
15
|
+
- uses: actions/checkout@v6
|
|
16
16
|
with:
|
|
17
17
|
fetch-depth: 0
|
|
18
18
|
|
|
19
19
|
- name: Set up Python
|
|
20
|
-
uses: actions/setup-python@
|
|
20
|
+
uses: actions/setup-python@v6
|
|
21
21
|
with:
|
|
22
22
|
python-version: '3.x'
|
|
23
23
|
|
|
@@ -4,9 +4,9 @@ jobs:
|
|
|
4
4
|
test:
|
|
5
5
|
runs-on: ubuntu-latest
|
|
6
6
|
steps:
|
|
7
|
-
- uses: actions/checkout@
|
|
7
|
+
- uses: actions/checkout@v6
|
|
8
8
|
- name: Set up Python
|
|
9
|
-
uses: actions/setup-python@
|
|
9
|
+
uses: actions/setup-python@v6
|
|
10
10
|
with:
|
|
11
11
|
python-version: '3.x'
|
|
12
12
|
- name: Install dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathsim
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.2
|
|
4
4
|
Summary: A differentiable block based hybrid system simulation framework.
|
|
5
5
|
Author-email: Milan Rother <milan.rother@gmx.de>
|
|
6
6
|
License: MIT
|
|
@@ -18,14 +18,14 @@ Requires-Dist: matplotlib>=3.1
|
|
|
18
18
|
Requires-Dist: scipy>=1.2
|
|
19
19
|
Provides-Extra: rf
|
|
20
20
|
Requires-Dist: scikit-rf; extra == "rf"
|
|
21
|
+
Provides-Extra: fmi
|
|
22
|
+
Requires-Dist: FMPy; extra == "fmi"
|
|
21
23
|
Provides-Extra: test
|
|
22
24
|
Requires-Dist: pytest; extra == "test"
|
|
23
25
|
Requires-Dist: pytest-cov; extra == "test"
|
|
24
26
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
25
27
|
Requires-Dist: FMPy; extra == "test"
|
|
26
28
|
Requires-Dist: scikit-rf; extra == "test"
|
|
27
|
-
Provides-Extra: fmi
|
|
28
|
-
Requires-Dist: FMPy; extra == "fmi"
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
@@ -19,9 +19,12 @@ requires-python = ">=3.8"
|
|
|
19
19
|
dependencies = ["numpy>=1.15", "matplotlib>=3.1", "scipy>=1.2"]
|
|
20
20
|
|
|
21
21
|
[project.optional-dependencies]
|
|
22
|
+
# Both `rf` and `fmi` are deprecated as of v0.22 — the corresponding blocks
|
|
23
|
+
# have moved to their own toolboxes (pathsim-rf, pathsim-fmi) and the extras
|
|
24
|
+
# will be removed in v1.0.0. Install the toolboxes directly instead.
|
|
22
25
|
rf = ["scikit-rf"]
|
|
23
|
-
test = ["pytest", "pytest-cov", "pytest-xdist", "FMPy", "scikit-rf"]
|
|
24
26
|
fmi = ["FMPy"]
|
|
27
|
+
test = ["pytest", "pytest-cov", "pytest-xdist", "FMPy", "scikit-rf"]
|
|
25
28
|
|
|
26
29
|
[project.urls]
|
|
27
30
|
Homepage = "https://github.com/pathsim/pathsim"
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.22.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 22,
|
|
21
|
+
__version__ = version = '0.22.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 22, 2)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gcb3b9ab4b'
|
|
@@ -18,6 +18,32 @@ from ..utils.register import Register
|
|
|
18
18
|
from ..utils.portreference import PortReference
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
# HELPERS ===============================================================================
|
|
22
|
+
|
|
23
|
+
def _labels_size(labels):
|
|
24
|
+
"""Minimum register size required to hold all declared port labels.
|
|
25
|
+
|
|
26
|
+
Port labels map string aliases to integer port indices. The register has
|
|
27
|
+
to be large enough to address the highest declared index, otherwise blocks
|
|
28
|
+
with unconnected declared ports (e.g. a multi-input block placed without
|
|
29
|
+
connections) would default to the size 1 register and break positional
|
|
30
|
+
input access.
|
|
31
|
+
|
|
32
|
+
Parameters
|
|
33
|
+
----------
|
|
34
|
+
labels : dict[str: int] | None
|
|
35
|
+
port label mapping (alias -> index)
|
|
36
|
+
|
|
37
|
+
Returns
|
|
38
|
+
-------
|
|
39
|
+
size : int | None
|
|
40
|
+
minimum register size, or None if no labels are declared
|
|
41
|
+
"""
|
|
42
|
+
if not labels:
|
|
43
|
+
return None
|
|
44
|
+
return max(labels.values()) + 1
|
|
45
|
+
|
|
46
|
+
|
|
21
47
|
# BASE BLOCK CLASS ======================================================================
|
|
22
48
|
|
|
23
49
|
class Block:
|
|
@@ -84,11 +110,14 @@ class Block:
|
|
|
84
110
|
|
|
85
111
|
def __init__(self):
|
|
86
112
|
|
|
87
|
-
#registers to hold input and output values
|
|
113
|
+
#registers to hold input and output values, pre-sized to the declared
|
|
114
|
+
#port labels so blocks with unconnected ports are still addressable
|
|
88
115
|
self.inputs = Register(
|
|
116
|
+
size=_labels_size(self.input_port_labels),
|
|
89
117
|
mapping=self.input_port_labels and self.input_port_labels.copy()
|
|
90
118
|
)
|
|
91
119
|
self.outputs = Register(
|
|
120
|
+
size=_labels_size(self.output_port_labels),
|
|
92
121
|
mapping=self.output_port_labels and self.output_port_labels.copy()
|
|
93
122
|
)
|
|
94
123
|
|
|
@@ -15,10 +15,16 @@ from .dynsys import DynamicalSystem
|
|
|
15
15
|
from ..events.schedule import Schedule, ScheduleList
|
|
16
16
|
from ..events.zerocrossing import ZeroCrossing
|
|
17
17
|
from ..utils.fmuwrapper import FMUWrapper
|
|
18
|
+
from ..utils.deprecation import deprecated
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
# BLOCKS ================================================================================
|
|
21
22
|
|
|
23
|
+
@deprecated(
|
|
24
|
+
version="1.0.0",
|
|
25
|
+
replacement="pathsim_fmi.CoSimulationFMU",
|
|
26
|
+
reason="This block has moved to the pathsim-fmi package: pip install pathsim-fmi",
|
|
27
|
+
)
|
|
22
28
|
class CoSimulationFMU(Block):
|
|
23
29
|
"""Co-Simulation FMU block using FMPy with support for FMI 2.0 and FMI 3.0.
|
|
24
30
|
|
|
@@ -105,6 +111,11 @@ class CoSimulationFMU(Block):
|
|
|
105
111
|
return 0
|
|
106
112
|
|
|
107
113
|
|
|
114
|
+
@deprecated(
|
|
115
|
+
version="1.0.0",
|
|
116
|
+
replacement="pathsim_fmi.ModelExchangeFMU",
|
|
117
|
+
reason="This block has moved to the pathsim-fmi package: pip install pathsim-fmi",
|
|
118
|
+
)
|
|
108
119
|
class ModelExchangeFMU(DynamicalSystem):
|
|
109
120
|
"""Model Exchange FMU block using FMPy with support for FMI 2.0 and FMI 3.0.
|
|
110
121
|
|
|
@@ -691,16 +691,17 @@ class Simulation:
|
|
|
691
691
|
for block in self.blocks:
|
|
692
692
|
block.inputs.reset()
|
|
693
693
|
|
|
694
|
+
#resolve all port indices so input/output registers are sized before
|
|
695
|
+
#graph assembly evaluates block passthrough via len(block) and before
|
|
696
|
+
#any block.update() runs (see Connection.resolve_ports)
|
|
697
|
+
for con in self.connections:
|
|
698
|
+
con.resolve_ports()
|
|
699
|
+
|
|
694
700
|
#time the graph construction
|
|
695
701
|
with Timer(verbose=False) as T:
|
|
696
702
|
self.graph = Graph(self.blocks, self.connections)
|
|
697
703
|
self._graph_dirty = False
|
|
698
704
|
|
|
699
|
-
#resolve all port indices so input/output registers are sized
|
|
700
|
-
#before any block.update() runs (see Connection.resolve_ports)
|
|
701
|
-
for con in self.connections:
|
|
702
|
-
con.resolve_ports()
|
|
703
|
-
|
|
704
705
|
#create boosters for loop closing connections
|
|
705
706
|
if self.graph.has_loops:
|
|
706
707
|
self.boosters = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathsim
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.2
|
|
4
4
|
Summary: A differentiable block based hybrid system simulation framework.
|
|
5
5
|
Author-email: Milan Rother <milan.rother@gmx.de>
|
|
6
6
|
License: MIT
|
|
@@ -18,14 +18,14 @@ Requires-Dist: matplotlib>=3.1
|
|
|
18
18
|
Requires-Dist: scipy>=1.2
|
|
19
19
|
Provides-Extra: rf
|
|
20
20
|
Requires-Dist: scikit-rf; extra == "rf"
|
|
21
|
+
Provides-Extra: fmi
|
|
22
|
+
Requires-Dist: FMPy; extra == "fmi"
|
|
21
23
|
Provides-Extra: test
|
|
22
24
|
Requires-Dist: pytest; extra == "test"
|
|
23
25
|
Requires-Dist: pytest-cov; extra == "test"
|
|
24
26
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
25
27
|
Requires-Dist: FMPy; extra == "test"
|
|
26
28
|
Requires-Dist: scikit-rf; extra == "test"
|
|
27
|
-
Provides-Extra: fmi
|
|
28
|
-
Requires-Dist: FMPy; extra == "fmi"
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
@@ -254,6 +254,33 @@ class TestBlock(unittest.TestCase):
|
|
|
254
254
|
self.assertEqual(cache_info.misses, 1)
|
|
255
255
|
|
|
256
256
|
|
|
257
|
+
def test_register_sizing_from_port_labels(self):
|
|
258
|
+
"""Registers are pre-sized to the declared port labels so blocks
|
|
259
|
+
with unconnected multi-port interfaces stay positionally addressable.
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
class _LabeledBlock(Block):
|
|
263
|
+
input_port_labels = {"a": 0, "b": 1}
|
|
264
|
+
output_port_labels = {"x": 0, "y": 1, "z": 2}
|
|
265
|
+
|
|
266
|
+
B = _LabeledBlock()
|
|
267
|
+
|
|
268
|
+
#registers sized to highest declared index + 1
|
|
269
|
+
self.assertEqual(len(B.inputs), 2)
|
|
270
|
+
self.assertEqual(len(B.outputs), 3)
|
|
271
|
+
|
|
272
|
+
#shape reflects declared ports even without connections
|
|
273
|
+
self.assertEqual(B.shape, (2, 3))
|
|
274
|
+
|
|
275
|
+
#all declared ports addressable and zero-initialized
|
|
276
|
+
self.assertEqual(B.inputs["b"], 0.0)
|
|
277
|
+
self.assertEqual(B.outputs["z"], 0.0)
|
|
278
|
+
|
|
279
|
+
#blocks without port labels keep the default size 1 registers
|
|
280
|
+
self.assertEqual(len(Block().inputs), 1)
|
|
281
|
+
self.assertEqual(len(Block().outputs), 1)
|
|
282
|
+
|
|
283
|
+
|
|
257
284
|
# RUN TESTS LOCALLY ====================================================================
|
|
258
285
|
|
|
259
286
|
if __name__ == '__main__':
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/billard_circle_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_both_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_g.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/cascade_blockdiagram_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/coupled_oscillators_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/diode_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/elastic_pendulum_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/fmcw_blockdiagram_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/harmonic_oscillator_g.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/ode_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/pendulum_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/pid_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/sar_adc_blockdiagram_g.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/figures_g/vanderpol_result_g.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/stick_slip_blockdiagram_slip.png
RENAMED
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/figures/stick_slip_blockdiagram_stick.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.22.0 → pathsim-0.22.2}/docs/source/examples/fmu_model_exchange_bouncing_ball.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|