LMDZ
mod_fft_wrapper Module Reference

Functions/Subroutines

subroutine init_fft (iim, nb)
 
subroutine fft_forward (vect, TF_vect, nb_vect)
 
subroutine fft_backward (TF_vect, vect, nb_vect)
 

Variables

integer, save vsize
 
integer, parameter inc =1
 

Function/Subroutine Documentation

subroutine mod_fft_wrapper::fft_backward ( complex, dimension(vsize/2+1,nb_vect), intent(in)  TF_vect,
real, dimension(vsize+inc,nb_vect), intent(inout)  vect,
integer, intent(in)  nb_vect 
)

Definition at line 28 of file mod_fft_wrapper.F90.

subroutine mod_fft_wrapper::fft_forward ( real, dimension(vsize+inc,nb_vect), intent(in)  vect,
complex, dimension(vsize/2+1,nb_vect), intent(inout)  TF_vect,
integer, intent(in)  nb_vect 
)

Definition at line 18 of file mod_fft_wrapper.F90.

subroutine mod_fft_wrapper::init_fft ( integer  iim,
integer  nb 
)

Definition at line 9 of file mod_fft_wrapper.F90.

Variable Documentation

integer, parameter mod_fft_wrapper::inc =1

Definition at line 4 of file mod_fft_wrapper.F90.

integer, save mod_fft_wrapper::vsize

Definition at line 3 of file mod_fft_wrapper.F90.