npadmana / DistributedFFT

6 stars 2 forks source link

Does DistributedFFT work with Stencil? #71

Open npadmana opened 4 years ago

npadmana commented 4 years ago

We've used BlockDist for all of the FFT code to date, but it would be nice for the FFT routines to work with StencilDist to handle ghost zones. Given the way the code is written, these ghost-zones will only work in the slab direction (i.e. the first index), but even that would be quite useful.