Skip to content
Snippets Groups Projects
README.rst 5.17 KiB

======
|logo|
======

|release| |pyversions| |docs| |coverage| |travis|

.. |logo| image:: https://bitbucket.org/fluiddyn/fluidsim/raw/default/doc/logo.svg
:alt: FluidSim

.. |release| image:: https://badge.fury.io/py/fluidsim.svg
:target: https://pypi.python.org/pypi/fluidsim/
:alt: Latest version

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/fluidsim.svg
:alt: Supported Python versions

.. |docs| image:: https://readthedocs.org/projects/fluidsim/badge/?version=latest
:target: http://fluidsim.readthedocs.org
:alt: Documentation status

.. |coverage| image:: https://codecov.io/bb/fluiddyn/fluidsim/branch/default/graph/badge.svg
:target: https://codecov.io/bb/fluiddyn/fluidsim
:alt: Code coverage

.. |travis| image:: https://travis-ci.org/fluiddyn/fluidsim.svg?branch=master
:target: https://travis-ci.org/fluiddyn/fluidsim
:alt: Travis CI status

.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/fluiddyn/fluidsim/master?urlpath=lab/tree/doc/ipynb
:alt: Binder notebook

Fluidsim is an extensible framework for studying fluid dynamics with numerical
simulations using Python.
Fluidsim is an object-oriented library to develop solvers (mainly using
pseudo-spectral methods) by writing mainly Python code. The result is **very
efficient** even compared to a pure Fortran or C++ code since the
time-consuming tasks are performed by optimized compiled functions.