Go to the source code of this file.
Data Types | |
type | fft_3d::fft3_struct |
Modules | |
module | fft_3d |
Functions/Subroutines | |
subroutine | fft_3d::fft_pad_zero (nx, ny, nz, lx, ly, lz, dat) |
subroutine | fft_3d::fft3_init (mx, my, mz, lmx, lmy, lmz, fs) |
subroutine | fft_3d::fft3_done (fs) |
subroutine | fft_3d::fft3_fw (fs, dat, tmp) |
subroutine | fft_3d::fft3_bw (fs, dat, tmp) |
subroutine | fft_3d::fft3_fwsx (fs, dat, tmp, ix) |
subroutine | fft_3d::fft3_bwsx (fs, dat, tmp, ix) |
Variables | |
integer, parameter | fft_3d::nradix = 6 |
integer, dimension(nradix), parameter | fft_3d::radix = (/6, 8, 3, 4, 2, 5/) |
integer, parameter | fft_3d::nfmax = 30 |
logical, parameter | fft_3d::prefer4 = .false. |