Metadata-Version: 1.1
Name: fluidfft
Version: 0.0.0a1
Summary: Efficient and easy Fast Fourier Transform for Python.
Home-page: https://bitbucket.org/fluiddyn/fluidfft
Author: Pierre Augier
Author-email: pierre.augier@legi.cnrs.fr
License: CeCILL
Description: 
        .. |coverage| image:: https://codecov.io/bb/fluiddyn/fluidfft/branch/default/graph/badge.svg
           :target: https://codecov.io/bb/fluiddyn/fluidfft/branch/default/
           :alt: Code coverage
        
        This package provides C++ and Python classes useful to perform fast
        Fourier transform with different libraries, in particular
        
        - fftw3 and fftw3-mpi
          
        - `pfft <https://github.com/mpip/pfft>`_
        
        - `p3dfft <https://github.com/sdsc/p3dfft>`_ (in dev...)
          
        The package can be used as a base to write spectral code. In
        particular, the code `FluidSim <http://fluidsim.readthedocs.org>`_
        **will** use it.
        
Keywords: Fast Fourier Transform,spectral code
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C
