tab_fftw Derived Type

type, private :: tab_fftw

Note

Because FFTW3 is built so that it works on the same memory zone, for concurrent executions, a zone per thread is created.


Components

Type Visibility Attributes Name Initial
complex(kind=C_DOUBLE_COMPLEX), public, dimension(:,:), pointer :: tab

Source Code

   type tab_fftw
      complex(C_DOUBLE_COMPLEX), dimension(:,:), pointer :: tab
   endtype tab_fftw