underworld.systems module ========================= This module contains routines relating to differential system. Submodules ~~~~~~~~~~~ .. toctree:: :titlesonly: :hidden: underworld.systems.sle.rst .. autosummary:: :nosignatures: underworld.systems.sle .. module:: underworld.systems Functions ~~~~~~~~~~ .. autosummary:: :nosignatures: underworld.systems.Solver Classes ~~~~~~~ .. autosummary:: :nosignatures: underworld.systems.AdvectionDiffusion underworld.systems.HeatSolver underworld.systems.SteadyStateDarcyFlow underworld.systems.SteadyStateHeat underworld.systems.Stokes underworld.systems.StokesSolver underworld.systems.SwarmAdvector underworld.systems.TimeIntegration .. autofunction:: underworld.systems.Solver .. autoclass:: underworld.systems.AdvectionDiffusion :members: :show-inheritance: .. autoclass:: underworld.systems.HeatSolver :members: :show-inheritance: .. autoclass:: underworld.systems.SteadyStateDarcyFlow :members: :show-inheritance: .. autoclass:: underworld.systems.SteadyStateHeat :members: :show-inheritance: .. autoclass:: underworld.systems.Stokes :members: :show-inheritance: .. autoclass:: underworld.systems.StokesSolver :members: :show-inheritance: .. autoclass:: underworld.systems.SwarmAdvector :members: :show-inheritance: .. autoclass:: underworld.systems.TimeIntegration :members: :show-inheritance: