.. _API_2_sim: *************** steps.API_2.sim *************** The ``sim`` module contains classes related to both serial and parallel simulations. ================ Simulation paths ================ Values can be set and retrieved from the simulation by using `SimPaths `_ from the :py:class:`Simulation` object to the desired value. The following tool allows users to know which paths can be set or accessed: .. raw:: html
Get / Set
Solver
Location / Object
Object / Property
Object / Property
Property

Examples:

====================== Detailed documentation ====================== * Simulation * :py:class:`steps.API_2.sim.Simulation` * :py:class:`steps.API_2.sim.SBMLSimulation` * Simulation utilities * :py:class:`steps.API_2.sim.SimPath` * :py:class:`steps.API_2.sim.VesiclePathReference` * :py:class:`steps.API_2.sim.VesicleReference` * :py:class:`steps.API_2.sim.RaftReference` * :py:class:`steps.API_2.sim.VesicleList` * :py:class:`steps.API_2.sim.RaftList` * :py:class:`steps.API_2.sim.LinksSpecList` * Parallel simulations * :py:class:`steps.API_2.sim.MPI` ---------- .. automodule:: steps.API_2.sim :members: :undoc-members: :special-members: :show-inheritance: