.. FluidDyn documentation master file, created by sphinx-quickstart on Sun Mar 2 12:15:31 2014. Fluidsim_ocean documentation ============================ .. warning :: Our repositories in Bitbucket.org will soon be deleted! Our new home: https://foss.heptapod.net/fluiddyn (`more details `_). The Python package Fluidsim_ocean will provide solvers useful for studying the oceanic dynamics implemented using the CFD framework `fluidsim `_. A general presentation of the equations and the solvers can be found here: .. toctree:: :maxdepth: 1 equations-solvers For the equations for the particular solvers, have a look at the documentation of the solvers in the Modules Reference below. Fluidsim is a framework for studying fluid dynamics with numerical simulations using Python. It is part of the wider project `FluidDyn `_. Installation ------------ For simple setup, ``pip install fluidsim_ocean`` will work. If you care about performance, first install `fluidsim `_ and then, get the source code of fluidsim_ocean from `Heptapod `__ and install with:: python setup.py develop Modules Reference ----------------- .. autosummary:: :toctree: generated/ fluidsim_ocean.sw2l fluidsim_ocean.time_stepping More ---- .. toctree:: :maxdepth: 1 changes Advice for FluidDyn developers authors to_do Links ----- .. |release| image:: https://img.shields.io/pypi/v/fluidsim_ocean.svg :target: https://pypi.org/project/fluidsim_ocean/ :alt: Latest version .. |coverage| image:: https://codecov.io/gh/fluiddyn/fluidsim_ocean/branch/master/graph/badge.svg :target: https://codecov.io/gh/fluiddyn/fluidsim_ocean :alt: Code coverage - `FluidDyn documentation `_ - `Fluidsim_ocean forge on Heptapod `_ - Fluidsim_ocean in PyPI |release| - Unittest coverage |coverage| - `FluidDyn user chat room `_ - `FluidDyn mailing list `_ - `FluidDyn on Twitter `_ Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`