Metadata-Version: 1.1
Name: pyLBM
Version: 0.2.1
Summary: |build status|

Home-page: http://www.math.u-psud.fr/pyLBM
Author: Benjamin Graille, Loic Gouarin
Author-email: benjamin.graille@math.u-psud.fr, loic.gouarin@math.u-psud.fr
License: BSD
Description: 
        pyLBM is an all-in-one package for numerical simulations using Lattice Boltzmann solvers.
        
        This package gives all the tools to describe your lattice Boltzmann scheme in 1D, 2D and 3D problems.
        
        We choose the D'Humières formalism to describe the problem. You can have complex geometry with a set of simple shape like circle, sphere, ...
        
        pyLBM performs the numerical scheme using Cython, Pythran or Numba from the scheme and the domain given by the user. pyLBM has MPI support with mpi4py.
        
        Installation
        ============
        
        You can install the last version on Pypi
        
          pip install pyLBM
        
        You can also clone the project
        
          git clone https://github.com/pylbm/pylbm
        
        and then use the command
        
          python setup.py install
        
        or
        
          python setup.py install --user
        
        
        Getting started
        ================
        
        To understand how to use pyLBM, you have a lot of Python notebooks on our website
        
        `<http://www.math.u-psud.fr/pyLBM/tutorial.html>`_
        
        For more information, take a look at the documentation
        
        `<http://www.math.u-psud.fr/pyLBM>`_
        
        .. |Build Status| image:: https://travis-ci.org/pylbm/pylbm.svg?branch=develop
           :target: https://travis-ci.org/pylbm/pylbm
        
Keywords: Lattice Boltzmann Methods
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
