.. SPDX-FileCopyrightText: Copyright INRIA
..
.. SPDX-License-Identifier: LGPL-3.0-only
..
.. Copyright INRIA
..
.. This file is part of PhysioBlocks, a library mostly developed by the
.. [Ananke project-team](https://team.inria.fr/ananke) at INRIA.
..
.. Authors:
.. - Colin Drieu
.. - Dominique Chapelle
.. - François Kimmig
.. - Philippe Moireau
..
.. PhysioBlocks is free software: you can redistribute it and/or modify it under the
.. terms of the GNU Lesser General Public License as published by the Free Software
.. Foundation, version 3 of the License.
..
.. PhysioBlocks is distributed in the hope that it will be useful, but WITHOUT ANY
.. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
.. PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
..
.. You should have received a copy of the GNU Lesser General Public License along with
.. PhysioBlocks. If not, see <https://www.gnu.org/licenses/>.

*****************
Simulation Module
*****************

Define methods to setup a simulation and run it.

Time
====

.. automodule:: physioblocks.simulation.time_manager
    :members:


State
=====

.. automodule:: physioblocks.simulation.state
    :members:

.. _api_reference_simulation_solvers:

Solvers
=======

.. automodule:: physioblocks.simulation.solvers
    :members:

Saved Quantities
================

.. automodule:: physioblocks.simulation.saved_quantities
    :members:

Functions
=========

.. automodule:: physioblocks.simulation.functions
    :members:

Setup
=====

.. automodule:: physioblocks.simulation.setup
    :members:


Runtime
=======

.. automodule:: physioblocks.simulation.runtime
    :members:
