OOPS
fft_mod Module Reference

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)
 

Detailed Description

Fortran module for Eigen FFTs.

Function/Subroutine Documentation

◆ fft_fwd()

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 
)

Definition at line 48 of file fft_mod.F90.

Here is the caller graph for this function:

◆ fft_inv()

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 
)

Definition at line 65 of file fft_mod.F90.

Here is the caller graph for this function: