sdsc / p3dfft

P3DFFT stands for Parallel Three-Dimensional Fast Fourier Transforms. It is a library for large-scale computer simulations on parallel platforms. It implements 3D FFT and related algorithms such as Chebyshev transform (an important class of algorithm for simulations in a wide range of fields). P3DFFT uses 2D, or pencil, decomposition. For more information:
http://www.p3dfft.net
Other
54 stars 16 forks source link

Update p3dfft.h : C++ compatibility #2

Closed CyrilleBonamy closed 8 years ago

CyrilleBonamy commented 8 years ago

update in order to use p3dfft in C++

Edit : pull request close because this update is inside my new pull request : https://github.com/sdsc/p3dfft/pull/3

Sorry for my difficulties with github ;-)