Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9159723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:33:48+00:00 2026-06-17T13:33:48+00:00

Basically I am solving the diffusion equation in 3D using FFT and one of

  • 0

Basically I am solving the diffusion equation in 3D using FFT and one of the ways to parallelise this is to decompose the 3D FFT in 2D FFTs.

As described in this paper: https://cmb.ornl.gov/members/z8g/csproject-report.pdf

The way to decompose a 3d fft would be by doing:

2d fft in xy direction
global transpose
1d fft in z direction

Basically, my problem is that I am not sure how to do this global transpose (as I assume it’s transposing a 3d array I suppose). Anyone has came accross this? Thanks a lot.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:33:49+00:00Added an answer on June 17, 2026 at 1:33 pm

    Think of a 3d cube with nx*ny*nz elements. The 3d FFT of these elements is mathematically 3 stages of 1-d FFTs, one along each axis:

    1. Do ny*nz transforms along the X axis, each transform handles nx elements
    2. nx*nz transforms along the Y axis
    3. nx*ny transforms along the Z axis

    More generally, an N-dimensional FFT (N>1) is composed of many (N-1)-dimensional FFTs along that axis.

    If the signal is real and you have an FFT that can return the half spectrum, then stage 1 would be about half as expensive (real FFT is cheaper), the remaining stages need to be complex, but they only need to have about half as many transforms. So the cost is roughly half.

    If your 1d FFT can read input elements that are strided and pack the output into a contiguous buffer, then you end up doing a transposition at each stage.

    This is how kissfft performs multi-dimensional FFTs.

    P.S. When I need to get a mental pictures of higher dimensions, I think of:
    sheets of paper with matrices of numbers (2d), in folders of numbered papers (3d), in numbered filing cabinets (4d), in numbered rooms (5d), in numbered buildings (6d), and so on … So I can visualize the “filing cabinet” dimension

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, I have a list of delivery checkboxes one for deliver to this address
Basically I have a part of my program (it's for Vector solving) that is
I'm having a bit of an issue solving a jQuery form problem. Basically I
I've made a general hash up of the following function. Basically linking this function
I'm trying my best to make this make sense, but basically I have a
Updating this Thread as I have had some other help solving why I was
I am stuck on this problem for quite a while, it is basically reverse
Made this community wiki :3 I'm developing a basic RPG, and one of my
I'm currently struggling with a problem I'd like you to help me solving... basically
I'm not sure how to best go about this. I've tried solving this my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.