Metadata-Version: 1.1
Name: fluidfft
Version: 0.2.0.post5
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-Content-Type: UNKNOWN
Description: .. |travis| image:: https://travis-ci.org/fluiddyn/fluidfft.svg?branch=master
            :target: https://travis-ci.org/fluiddyn/fluidfft
        
        This package provides C++ classes and their Python wrapper classes written in
        Cython useful to perform Fast Fourier Transform (FFT) with different libraries,
        in particular
        
        - fftw3 and fftw3-mpi
        
        - `pfft <https://github.com/mpip/pfft>`_
        
        - `p3dfft <https://github.com/sdsc/p3dfft>`_
        
        - `cufft <https://developer.nvidia.com/cufft>`_ (fft library by CUDA
          running on GPU)
        
        `pfft <https://github.com/mpip/pfft>`_ and `p3dfft
        <https://github.com/sdsc/p3dfft>`_ are specialized in computing FFT efficiently
        on several cores of big clusters. The data is spit in pencils and can be
        distributed on several processes.
        
        Fluidfft provides an uniform API for all these libraries. Fluidfft can be used
        for example as a base to write pseudo-spectral simulation codes. In particular,
        fluidfft is used in the code `fluidsim
        <http://fluidsim.readthedocs.org>`_. Fluidfft also provides classes to
        efficiently perform linear operators (gradient, divergence, rotational, etc.)
        and easily deal with the data distribution (gather the data on one process,
        scatter the data to many processes).
        
Keywords: Fast Fourier Transform,spectral code
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C
