pathsim 0.23.1__tar.gz → 0.23.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.23.1 → pathsim-0.23.2}/PKG-INFO +1 -1
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/_version.py +3 -3
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/rf.py +4 -3
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkf45.py +13 -11
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/PKG-INFO +1 -1
- pathsim-0.23.2/src/pathsim.egg-info/scm_version.json +8 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/rf/test_rf.py +1 -1
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkf45.py +53 -6
- pathsim-0.23.1/src/pathsim.egg-info/scm_version.json +0 -8
- {pathsim-0.23.1 → pathsim-0.23.2}/.codecov.yml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/.github/FUNDING.yml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/.github/workflows/pypi_deployment.yml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/.github/workflows/tests_codecov.yml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/.github/workflows/urlchecker.yml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/.gitignore +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/CITATION.cff +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/LICENSE.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/README.md +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/conftest.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/.readthedocs.yaml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/Makefile +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/requirements.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/_ext/github_issues.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/_static/custom.css +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/_static/redirect.js +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/api.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/conf.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/contributing.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/abs_braking.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/algebraic_loop.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/billards.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/bouncing_ball.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/bouncing_pendulum.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/cascade_controller.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/checkpoints.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/chemical_reactor.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/coupled_oscillators.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/data/BouncingBall_ME.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/data/CoupledClutches_CS_linux64.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/data/CoupledClutches_CS_win64.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/data/Dahlquist.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/data/VanDerPol_ME.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/dcmotor_control.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/delta_sigma_adc.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/diode_circuit.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/elastic_pendulum.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/algebraicloop_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/billard_circle_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_both_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_events_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_timesteps_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_pendulum_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/cascade_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/coupled_oscillators_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/coupled_oscillators_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/delta_sigma_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/diode_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/elastic_pendulum_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/fmcw_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/fmcw_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/harmonic_oscillator_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/harmonic_oscillator_result_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/kalman_filter_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/linear_feedback_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/linear_feedback_result_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/linear_feedback_result_sensitivity_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/miller_frequency_divider_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/nonlinear_noisy_amplifier_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/ode_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/pendulum_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/pid_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/sar_adc_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_slip_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/stick_slip_blockdiagram_stick_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/stick_slip_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/thermostat_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_result_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl1_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl2_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/vanderpol_subsystem_lvl3_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/volterralotka_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/ode_blockdiagram_2.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/stick_slip_blockdiagram_slip.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/stick_slip_blockdiagram_stick.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/fmcw_radar.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/fmu_cosimulation.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/fmu_model_exchange_bouncing_ball.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/fmu_model_exchange_vanderpol.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/harmonic_oscillator.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/kalman_filter.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/linear_feedback.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/lorenz_attractor.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/nested_subsystems.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/noisy_amplifier.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/pendulum.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/pid_controller.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/poincare_maps.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/rf_network_oneport.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/sar_adc.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/spectrum_analysis.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/stick_slip.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/switched_bouncing_ball.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/thermostat.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/transfer_function.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/vanderpol.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/figures/pathsim_object_hierarchy_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/figures/pathsim_solver_hierarchy_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/figures/sin_cos_blockdiagram_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/figures/system_g.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/index.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/logos/pathsim_icon.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/logos/pathsim_logo.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/logos/pathsim_simplistic_logo.png +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks._block.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.adder.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.amplifier.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.comparator.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.converters.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.counter.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.ctrl.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.delay.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.differentiator.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.discrete.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.dynsys.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.filters.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.fmu.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.function.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.integrator.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.kalman.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.lti.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.math.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.multiplier.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.noise.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.ode.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.relay.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.rf.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.rng.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.scope.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.sources.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.spectrum.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.switch.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.table.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.blocks.wrapper.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.connection.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.events._event.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.events.condition.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.events.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.events.schedule.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.events.zerocrossing.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.optim.anderson.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.optim.booster.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.optim.numerical.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.optim.operator.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.optim.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.simulation.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers._rungekutta.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers._solver.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.bdf.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.dirk2.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.dirk3.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.esdirk32.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.esdirk4.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.esdirk43.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.esdirk54.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.esdirk85.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.euler.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.gear.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rk4.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkbs32.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkck54.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkdp54.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkdp87.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkf21.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkf45.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkf78.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rkv65.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.ssprk22.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.ssprk33.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.ssprk34.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.solvers.steadystate.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.subsystem.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.adaptivebuffer.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.analysis.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.gilbert.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.logger.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.portreference.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.progresstracker.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.realtimeplotter.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.register.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/modules/pathsim.utils.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/pathsim_docs.mplstyle +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/quickstart.ipynb +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/roadmap.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/docs/source/roadmap_generated.rst +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_abs_braking.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_adc.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_algebraicchain.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_algebraicloop.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_cascade.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_dcmotor.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_deltasigma.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_derivative.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_diode.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_dualslope.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_elastic_pendulum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_feedback.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_filters.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_harmonic_oscillator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_kalman_filter.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_nested_subsystems.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_noise.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_pendulum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_phasenoise.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_pid.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_pid_antiwindup.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_pid_vs_discretePID.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_radar.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_reactor.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_sar.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_solar.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_solver_hotswap.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_spectrum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_spectrum_rf_oneport.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_steadystate.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_stickslip.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_transferfunction.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/example_vanderpol_subsystem.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_billards_sphere.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_bouncing_pendulum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_bouncingball.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_bouncingball_friction.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_bouncingball_switched.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_integrator_reset.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_pulse.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_stickslip_event.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_thermostat.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_event/example_volterralotka_event.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_bonhoeffer_vanderpol.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_brusselator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_chemical.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_duffing.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_fairen_velarde.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_fitzhughnagumo.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_flame.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_glycolysis.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_lorenz.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_morse.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_robertson.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_roessler.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_thomas_cyclic.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_vanderpol.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/examples/examples_odes/example_volterralotka.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/git +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/pyproject.toml +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/setup.cfg +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/_constants.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/README.md +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/_block.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/adder.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/amplifier.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/bvp.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/comparator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/constraint.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/converters.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/counter.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/ctrl.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/dae.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/delay.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/differentiator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/discrete.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/divider.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/dynsys.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/filters.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/fmu.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/function.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/integrator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/kalman.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/logic.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/lti.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/math.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/multiplier.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/noise.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/ode.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/relay.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/rng.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/scope.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/sources.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/spectrum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/switch.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/table.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/blocks/wrapper.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/connection.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/events/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/events/_event.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/events/condition.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/events/schedule.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/events/zerocrossing.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/exceptions.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/anderson.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/booster.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/newton.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/numerical.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/optim/operator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/simulation.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/README.md +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/_rungekutta.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/_solver.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/bdf.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/dirk2.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/dirk3.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/esdirk32.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/esdirk4.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/esdirk43.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/esdirk54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/esdirk85.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/euler.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/gear.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rk4.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkbs32.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkck54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkdp54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkdp87.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkf21.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkf78.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/rkv65.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/ssprk22.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/ssprk33.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/ssprk34.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/solvers/steadystate.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/subsystem.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/adaptivebuffer.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/analysis.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/deprecation.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/diagnostics.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/fmuwrapper.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/gilbert.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/graph.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/logger.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/mutable.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/portreference.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/progresstracker.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/realtimeplotter.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim/utils/register.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/SOURCES.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/dependency_links.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/requires.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/scm_file_list.json +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/src/pathsim.egg-info/top_level.txt +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/README.md +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/CoupledClutches_CS.fmu +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/conftest.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_algebraic_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_bouncingball_friction_event_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_bouncingball_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_brusselator_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_cosim_fmu_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_counter_comparator_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_dynamical_system_ivp.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_fitzhughnagumo_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_harmonic_oscillator_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_linear_feedback_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_logic_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_lorenz_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_me_analytical.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_model_exchange_fmu_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_pid_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_relay_thermostat_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_rescale_delay_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_robertson_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_roessler_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_signal_processing_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_steadystate_transient_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_switch_lti_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_vanderpol_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/evals/test_volterralotka_system.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/_embedding.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/rf/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/rf/ring_slot.s2p +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/rf/ring_slot_meas.s1p +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_adder.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_amplifier.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_block.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_bvp.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_comparator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_constraint.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_converters.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_counter.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_ctrl.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_dae.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_delay.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_differentiator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_discrete.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_divider.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_dynsys.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_filters.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_fmu.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_function.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_integrator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_kalman.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_logic.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_lti.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_math.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_multiplier.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_noise.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_ode.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_relay.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_rng.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_scope.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_sources.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_spectrum.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_switch.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_table.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/blocks/test_wrapper.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/events/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/events/test_condition.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/events/test_event.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/events/test_schedule.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/events/test_zerocrossing.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/optim/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/optim/test_anderson.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/optim/test_newton.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/optim/test_numerical.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/optim/test_operator.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/_referenceproblems.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_bdf.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_dirk2.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_dirk3.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_esdirk32.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_esdirk4.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_esdirk43.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_esdirk54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_esdirk85.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_euler.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_gear.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rfk21.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rk4.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkbs32.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkck54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkdp54.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkdp87.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkf78.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_rkv65.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_solver.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_ssprk22.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_ssprk33.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_ssprk34.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/solvers/test_steadystate.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_auto_initial_step.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_checkpoint.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_connection.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_diagnostics.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_simulation.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_simulation_pss.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/test_subsystem.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/__init__.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_adaptivebuffer.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_analysis.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_fmuwrapper.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_gilbert.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_graph.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_logger.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_mutable.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_portreference.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_progresstracker.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_realtimeplotter.py +0 -0
- {pathsim-0.23.1 → pathsim-0.23.2}/tests/pathsim/utils/test_register.py +0 -0
|
@@ -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.23.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 23,
|
|
21
|
+
__version__ = version = '0.23.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 23, 2)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g6079208a8'
|
|
@@ -18,6 +18,7 @@ from typing import TYPE_CHECKING, TypeVar
|
|
|
18
18
|
|
|
19
19
|
try:
|
|
20
20
|
import skrf as rf
|
|
21
|
+
from skrf.vectorFitting import VectorFitting as _VectorFitting
|
|
21
22
|
|
|
22
23
|
HAS_SKRF = True
|
|
23
24
|
except ImportError:
|
|
@@ -85,12 +86,12 @@ class RFNetwork(StateSpace):
|
|
|
85
86
|
|
|
86
87
|
# Select the vector fitting function from scikit-rf
|
|
87
88
|
vf_fun_name = "auto_fit" if auto_fit else "vector_fit"
|
|
88
|
-
vf_fun = getattr(
|
|
89
|
+
vf_fun = getattr(_VectorFitting, vf_fun_name)
|
|
89
90
|
# Filter kwargs for the selected vf function
|
|
90
91
|
vf_fun_keys = signature(vf_fun).parameters
|
|
91
92
|
vf_kwargs = {k: v for k, v in kwargs.items() if k in vf_fun_keys}
|
|
92
93
|
# Apply vector fitting
|
|
93
|
-
vf =
|
|
94
|
+
vf = _VectorFitting(ntwk)
|
|
94
95
|
getattr(vf, vf_fun_name)(**vf_kwargs)
|
|
95
96
|
A, B, C, D, _ = vf._get_ABCDE()
|
|
96
97
|
# keep a copy of the network and VF
|
|
@@ -113,6 +114,6 @@ class RFNetwork(StateSpace):
|
|
|
113
114
|
s : :py:class:`~numpy.ndarray`
|
|
114
115
|
Complex-valued S-matrices (fxNxN) calculated at frequencies `freqs`.
|
|
115
116
|
"""
|
|
116
|
-
return
|
|
117
|
+
return _VectorFitting._get_s_from_ABCDE(
|
|
117
118
|
freqs, self.A, self.B, self.C, self.D, 0
|
|
118
119
|
)
|
|
@@ -15,16 +15,18 @@ from ._rungekutta import ExplicitRungeKutta
|
|
|
15
15
|
# SOLVERS ==============================================================================
|
|
16
16
|
|
|
17
17
|
class RKF45(ExplicitRungeKutta):
|
|
18
|
-
"""Runge-Kutta-Fehlberg 4
|
|
19
|
-
|
|
18
|
+
"""Runge-Kutta-Fehlberg 5(4) pair. Six stages, 5th order propagation with
|
|
19
|
+
an embedded 4th order solution for local error estimation (local
|
|
20
|
+
extrapolation, matching the ``RKCK54`` / ``RKDP54`` convention).
|
|
20
21
|
|
|
21
22
|
The historically first widely-used embedded pair for automatic step-size
|
|
22
|
-
control. The
|
|
23
|
-
order solution provides a local error estimate
|
|
23
|
+
control. The 5th order solution ``b5`` is propagated; the difference to the
|
|
24
|
+
4th order solution ``b4`` (``TR = b5 - b4``) provides a local error estimate
|
|
25
|
+
of the lower-order result.
|
|
24
26
|
|
|
25
27
|
Characteristics
|
|
26
28
|
---------------
|
|
27
|
-
* Order:
|
|
29
|
+
* Order: 5 (propagating) / 4 (error estimate)
|
|
28
30
|
* Stages: 6
|
|
29
31
|
* Explicit, adaptive timestep
|
|
30
32
|
|
|
@@ -63,15 +65,15 @@ class RKF45(ExplicitRungeKutta):
|
|
|
63
65
|
#intermediate evaluation times
|
|
64
66
|
self.eval_stages = [0.0, 1/4, 3/8, 12/13, 1, 1/2]
|
|
65
67
|
|
|
66
|
-
#extended butcher table
|
|
68
|
+
#extended butcher table (propagates the 5th order weights b5)
|
|
67
69
|
self.BT = {
|
|
68
70
|
0: [ 1/4],
|
|
69
71
|
1: [ 3/32, 9/32],
|
|
70
|
-
2: [1932/2197, -7200/2197,
|
|
71
|
-
3: [ 439/216, -8,
|
|
72
|
-
4: [ -8/27, 2,
|
|
73
|
-
5: [
|
|
72
|
+
2: [1932/2197, -7200/2197, 7296/2197],
|
|
73
|
+
3: [ 439/216, -8, 3680/513, -845/4104],
|
|
74
|
+
4: [ -8/27, 2, -3544/2565, 1859/4104, -11/40],
|
|
75
|
+
5: [ 16/135, 0, 6656/12825, 28561/56430, -9/50, 2/55]
|
|
74
76
|
}
|
|
75
77
|
|
|
76
|
-
#coefficients for local truncation error estimate
|
|
78
|
+
#coefficients for local truncation error estimate (TR = b5 - b4)
|
|
77
79
|
self.TR = [1/360, 0, -128/4275, -2197/75240, 1/50, 2/55]
|
|
@@ -69,7 +69,7 @@ class TestOnePort(unittest.TestCase):
|
|
|
69
69
|
"Test space-state ABCD parameters."
|
|
70
70
|
# ABCD(E) arrays from scikit-rf
|
|
71
71
|
ntwk = rf.data.ring_slot_meas
|
|
72
|
-
vf = rf.VectorFitting(ntwk)
|
|
72
|
+
vf = rf.vectorFitting.VectorFitting(ntwk)
|
|
73
73
|
vf.auto_fit()
|
|
74
74
|
A, B, C, D, E = vf._get_ABCDE()
|
|
75
75
|
|
|
@@ -118,12 +118,28 @@ class TestRKF45(unittest.TestCase):
|
|
|
118
118
|
err = np.mean(abs(numerical_solution - analytical_solution))
|
|
119
119
|
errors.append(err)
|
|
120
120
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
#
|
|
125
|
-
|
|
126
|
-
|
|
121
|
+
errors = np.array(errors)
|
|
122
|
+
timesteps = np.array(timesteps)
|
|
123
|
+
|
|
124
|
+
#restrict the convergence assessment to the region above the
|
|
125
|
+
#roundoff floor: now that RKF45 propagates the 5th order weights
|
|
126
|
+
#it drives some reference problems to machine precision at fine
|
|
127
|
+
#dt, where the error saturates and is no longer a clean power law
|
|
128
|
+
above_floor = errors > 1e-11
|
|
129
|
+
errs_fit = errors[above_floor]
|
|
130
|
+
dts_fit = timesteps[above_floor]
|
|
131
|
+
|
|
132
|
+
#test if errors are monotonically decreasing (above the floor)
|
|
133
|
+
self.assertTrue(np.all(np.diff(errs_fit) < 0))
|
|
134
|
+
|
|
135
|
+
#test convergence order (global). A conservative n-2 bound is
|
|
136
|
+
#used here because the now-5th-order propagation makes a plain
|
|
137
|
+
#fixed-step fit sensitive to fixture effects on the stiffer
|
|
138
|
+
#reference problems (rapidly growing higher derivatives near the
|
|
139
|
+
#blow-up of 1/(1-t) pollute the asymptotic slope). The clean
|
|
140
|
+
#order fit lives in test_convergence_order_fixed_step.
|
|
141
|
+
p, _ = np.polyfit(np.log10(dts_fit), np.log10(errs_fit), deg=1)
|
|
142
|
+
self.assertGreater(p, solver.n-2)
|
|
127
143
|
|
|
128
144
|
#log stats
|
|
129
145
|
stats[problem.name] = {"n":p, "err":errors, "dt":timesteps}
|
|
@@ -137,6 +153,37 @@ class TestRKF45(unittest.TestCase):
|
|
|
137
153
|
# plt.show()
|
|
138
154
|
|
|
139
155
|
|
|
156
|
+
def test_convergence_order_fixed_step(self):
|
|
157
|
+
|
|
158
|
+
#RKF45 propagates the 5th order weights -> fixed-step global convergence
|
|
159
|
+
#order must be ~5 on a smooth problem. Driven step-by-step to an exact
|
|
160
|
+
#endpoint (no overshoot) so the fitted slope reflects the tableau order.
|
|
161
|
+
#x' = x, x(0) = 1 -> exact x(1) = e.
|
|
162
|
+
func = lambda x, t: x
|
|
163
|
+
exact = np.exp(1.0)
|
|
164
|
+
|
|
165
|
+
n_steps = [10, 20, 40, 80, 160]
|
|
166
|
+
dts = [1.0 / n for n in n_steps]
|
|
167
|
+
errors = []
|
|
168
|
+
for n in n_steps:
|
|
169
|
+
solver = RKF45(1.0)
|
|
170
|
+
solver.reset()
|
|
171
|
+
t, dt = 0.0, 1.0 / n
|
|
172
|
+
for _ in range(n):
|
|
173
|
+
solver.integrate_singlestep(func, time=t, dt=dt)
|
|
174
|
+
t += dt
|
|
175
|
+
errors.append(abs(float(np.ravel(solver.x)[0]) - exact))
|
|
176
|
+
|
|
177
|
+
#errors must decrease monotonically
|
|
178
|
+
self.assertTrue(np.all(np.diff(errors) < 0))
|
|
179
|
+
|
|
180
|
+
#least-squares order fit must be close to 5 (the pre-fix 4th order
|
|
181
|
+
#propagation gives ~4; a broken high-order row would give < 4)
|
|
182
|
+
p, _ = np.polyfit(np.log10(dts), np.log10(errors), deg=1)
|
|
183
|
+
self.assertGreater(p, 4.6)
|
|
184
|
+
self.assertLess(p, 5.4)
|
|
185
|
+
|
|
186
|
+
|
|
140
187
|
def test_integrate_adaptive(self):
|
|
141
188
|
|
|
142
189
|
#integrate test problem and assess convergence order
|
|
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
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/billard_circle_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_both_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/bouncing_ball_result_g.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/cascade_blockdiagram_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/coupled_oscillators_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/diode_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/elastic_pendulum_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/fmcw_blockdiagram_g.png
RENAMED
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.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.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/ode_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/pendulum_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/figures_g/pid_blockdiagram_g.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.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.23.1 → pathsim-0.23.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.23.1 → pathsim-0.23.2}/docs/source/examples/figures/stick_slip_blockdiagram_slip.png
RENAMED
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.2}/docs/source/examples/figures/stick_slip_blockdiagram_stick.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pathsim-0.23.1 → pathsim-0.23.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
|
|
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
|