Metadata-Version: 2.1
Name: nsfds2
Version: 0.9.9
Summary: Finite difference solver for Navier-Stokes equations
Home-page: https://github.com/ipselium/nsfds2
Author: Cyril Desjouy
Author-email: cyril.desjouy@univ-lemans.fr
License: GPL
Description: Introducing **nsfds2**
        ======================
        
        .. image:: https://badge.fury.io/py/nsfds2.svg
            :target: https://badge.fury.io/py/nsfds2.svg
        
        **nsfds2** is 2D Navier-Stokes Solver that uses finite difference method. In particular, **nsfds2** is specialized in acoustic simulations.
        
        **nsfds2** is still in developpement. It is still full of bugs and comes with **ABSOLUTELY NO WARRANTY**.
        
        
        Dependencies
        ------------
        
        :python: >= 3.6
        :numpy: >= 1.1
        :matplotlib: >= 3.0
        :h5py: >= 2.8
        :progressbar33: >= 2.4
        :ofdlib2: >= 0.9.3
        :fdgrid: >= 0.8.0
        :mplutils: >= 0.3.0
        
        **Important:** To create animations using `nsfds2 make movie`, you also need to have **ffmpeg** installed on your system.
        
        
        Installation
        ------------
        
        ::
        
           python setup.py install
        
        or
        
        ::
        
           pip install nsfds2
        
        
        **Note:** To compile *ofdlib2*, OS X users may recquire :
        
        ::
        
           xcode-select --install
        
        
        Links
        -----
        
        - **Documentation**: http://perso.univ-lemans.fr/~cdesjouy/nsfds2/
        - **Source code**: https://github.com/ipselium/nsfds2
        - **Bug reports**: https://github.com/ipselium/nsfds2/issues
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
