My Project
 All Classes Files Functions Variables Macros
mod_fft_wrapper Module Reference
Collaboration diagram for mod_fft_wrapper:
[legend]

Public Member Functions

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

Public Attributes

integer, save vsize
integer, parameter inc = 1

Detailed Description

Definition at line 1 of file mod_fft_wrapper.F90.

Member 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 27 of file mod_fft_wrapper.F90.

Here is the caller graph for this function:

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 17 of file mod_fft_wrapper.F90.

Here is the caller graph for this function:

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

Definition at line 8 of file mod_fft_wrapper.F90.

Here is the caller graph for this function:

Member Data 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.


The documentation for this module was generated from the following file: