|
OOPS
|
Fortran module for Eigen FFTs. More...
Data Types | |
| interface | fft_fwd_c |
| interface | fft_inv_c |
Functions/Subroutines | |
| subroutine, public | fft_fwd (kk, pg, pf) |
| subroutine, public | fft_inv (kk, pf, pg) |
Fortran module for Eigen FFTs.
| subroutine, public fft_mod::fft_fwd | ( | integer, intent(in) | kk, |
| real(kind_real), dimension(kk), intent(in) | pg, | ||
| real(kind_real), dimension(kk+2), intent(out) | pf | ||
| ) |
| subroutine, public fft_mod::fft_inv | ( | integer, intent(in) | kk, |
| real(kind_real), dimension(kk+2), intent(in) | pf, | ||
| real(kind_real), dimension(kk), intent(out) | pg | ||
| ) |