FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.72k stars 661 forks source link

FFTW Switch Axes?? #265

Open eb1064 opened 2 years ago

eb1064 commented 2 years ago

Hi,

I am using FFTW and CUFFT (from NVIDIA) in a simulation to deformed a 3D microstructure by applying a load in one direction. I set the boundary conditions for tension in the Y direction, but when I visualize it in Paraview, it appears deformed in the X direction.

I was told that the indexing for FFTs are switched for some axes in FFTW and CUFFT. Why is this? Does this mean I should change my loading direction?

Thank you, Elise