PUMA
219
Portable University Model of the Atmosphere
|
Go to the source code of this file.
Data Types | |
module | fftmod |
Functions/Subroutines | |
subroutine | gp2fc (a, n, lot) |
subroutine | fc2gp (a, n, lot) |
subroutine | fftini (n) |
subroutine | dfft2 (a, trigs, n) |
subroutine | dfft3 (a, trigs, n) |
subroutine | dfft4 (a, trigs, n, lot, la) |
subroutine | dfft8 (a, c, n, lot) |
subroutine | ifft4 (c, trigs, n, lot, la) |
subroutine | ifft2 (a, trigs, n, lot, la) |
subroutine | ifft3 (a, trigs, n, lot, la) |
subroutine | ifft8 (a, c, n, lot) |
subroutine dfft2 | ( | , dimension(n) | a, |
, dimension(n) | trigs, | ||
n | |||
) |
Definition at line 128 of file fftmod.f90.
subroutine dfft3 | ( | , dimension(n) | a, |
, dimension(n) | trigs, | ||
n | |||
) |
Definition at line 161 of file fftmod.f90.
subroutine dfft4 | ( | , dimension(n,lot) | a, |
, dimension(n) | trigs, | ||
n, | |||
lot, | |||
la | |||
) |
Definition at line 212 of file fftmod.f90.
subroutine dfft8 | ( | real, dimension(n*lot) | a, |
real, dimension(n*lot) | c, | ||
n, | |||
lot | |||
) |
Definition at line 333 of file fftmod.f90.
subroutine fc2gp | ( | real, dimension(n,lot) | a, |
n, | |||
lot | |||
) |
Definition at line 64 of file fftmod.f90.
subroutine fftini | ( | n | ) |
Definition at line 93 of file fftmod.f90.
subroutine gp2fc | ( | real, dimension(n,lot) | a, |
n, | |||
lot | |||
) |
Definition at line 29 of file fftmod.f90.
subroutine ifft2 | ( | , dimension(n,lot) | a, |
, dimension(n) | trigs, | ||
n, | |||
lot, | |||
la | |||
) |
Definition at line 493 of file fftmod.f90.
subroutine ifft3 | ( | , dimension(n,lot) | a, |
, dimension(n) | trigs, | ||
n, | |||
lot, | |||
la | |||
) |
Definition at line 528 of file fftmod.f90.
subroutine ifft4 | ( | , dimension(n,lot) | c, |
, dimension(n) | trigs, | ||
n, | |||
lot, | |||
la | |||
) |
Definition at line 379 of file fftmod.f90.
subroutine ifft8 | ( | , dimension(n*lot) | a, |
, dimension(n*lot) | c, | ||
n, | |||
lot | |||
) |
Definition at line 579 of file fftmod.f90.