.flake8
.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
tox.ini
.github/workflows/docs.yml
.github/workflows/docs_dev.yml
.github/workflows/release.yml
.github/workflows/test.yml
Development Documents/CASAS models specification.pdf
docs/abstract.md
docs/index.md
docs/components/composite_ported_objects.md
docs/components/functional_ported_objects.md
docs/components/variable_ported_objects.md
docs/development/community_guidelines.md
docs/development/development.md
docs/development/development_team.md
docs/development/testing_psymple.md
docs/examples/index.md
docs/examples/figures/logistic_equation.png
docs/examples/figures/malthusian_growth_bd.png
docs/examples/figures/malthusian_growth_r_0.1.png
docs/examples/figures/malthusian_growth_r_0.2.png
docs/examples/figures/multi_tank_mixing_expt_1.png
docs/examples/figures/pred-prey-decaying.png
docs/examples/figures/pred-prey-simple.png
docs/examples/figures/pred-prey-tritrophic.png
docs/examples/figures/projectile_planar.png
docs/examples/figures/projectile_planar_pos.png
docs/examples/figures/projectile_vertical.png
docs/examples/figures/projectile_vertical_rho_1.png
docs/examples/figures/single_tank_mixing_expt_1_M.png
docs/examples/figures/single_tank_mixing_expt_1_V.png
docs/examples/figures/three_body_problem.png
docs/examples/mixing_problems/index.md
docs/examples/mixing_problems/multiple_tanks.md
docs/examples/mixing_problems/single_tank.md
docs/examples/population_dynamics/index.md
docs/examples/population_dynamics/logistic_growth.md
docs/examples/population_dynamics/malthusian_population.md
docs/examples/population_dynamics/predator_prey.md
docs/examples/second_order_odes/index.md
docs/examples/second_order_odes/projectile_motion.md
docs/examples/second_order_odes/three_body_problem.md
docs/javascripts/mathjax.js
docs/mathematics/functional_substitution.md
docs/mathematics/ported_objects.md
docs/mathematics/variable_aggregation.md
docs/mathematics/variables_parameters.md
docs/overview/introduction.md
docs/overview/modelling_systems.md
docs/overview/modelling_types.md
docs/overview/statement_of_need.md
docs/overview/system_design.md
docs/reference/variables.md
docs/reference/build/assignments.md
docs/reference/build/compilation.md
docs/reference/build/data.md
docs/reference/build/ported_objects.md
docs/reference/build/ports.md
docs/reference/build/system.md
docs/reference/build/wires.md
docs/reference/simulate/simulation.md
docs/reference/simulate/solvers.md
docs/user_guide/compilation.md
docs/user_guide/simulation.md
docs/user_guide/system.md
examples/mixing_problems/1-single_tank.py
examples/mixing_problems/2-multiple_tanks.py
examples/population_dynamics/1-malthusian_population.py
examples/population_dynamics/2-logistic_population.py
examples/population_dynamics/3-predator_prey.py
examples/second_order_ODEs/1-projectile_motion.py
examples/second_order_ODEs/2-three_body_problem.py
psymple/__init__.py
psymple/abstract.py
psymple/variables.py
psymple.egg-info/PKG-INFO
psymple.egg-info/SOURCES.txt
psymple.egg-info/dependency_links.txt
psymple.egg-info/requires.txt
psymple.egg-info/top_level.txt
psymple/build/__init__.py
psymple/build/abstract.py
psymple/build/assignments.py
psymple/build/compiled_ports.py
psymple/build/errors.py
psymple/build/ported_objects.py
psymple/build/ports.py
psymple/build/system.py
psymple/build/wires.py
psymple/simulate/__init__.py
psymple/simulate/simulation.py
psymple/simulate/solvers/__init__.py
psymple/simulate/solvers/discrete_integrator.py
psymple/simulate/solvers/scipy_integrator.py
psymple/simulate/solvers/solver.py
tests/__init__.py
tests/test_api.py
tests/test_assignments.py
tests/test_examples.py
tests/test_ported.py
tests/test_ported_objects.py
tests/test_simulation.py
tests/test_system.py
tests/test_variables.py