Skip to content

An example of a solution to the 3D Poisson's equation using in-place, real-to-complex, discrete Fourier transform with the FFTW library (fftw.org).

Notifications You must be signed in to change notification settings

ljungdahl/fftw-Poisson-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fftw-Poisson-example

An example of a solution to the 3D Poisson's equation using in-place, real-to-complex, discrete Fourier transform with the FFTW library (fftw.org).

When I started to look into how to use FFTW3 for an optimised Poisson solver (that is in-place and real-to-complex for most physical problems) I had a hard time finding good examples. Most were either out-of-place or in-place but complex-to-complex. The point of this repository is to remedy this situation.

About

An example of a solution to the 3D Poisson's equation using in-place, real-to-complex, discrete Fourier transform with the FFTW library (fftw.org).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages