tab_fftw_real Derived Type

type, private :: tab_fftw_real

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
real(kind=C_DOUBLE), public, dimension(:,:), pointer :: tab

Source Code

   type tab_fftw_real
      real(C_DOUBLE), dimension(:,:), pointer :: tab
   endtype tab_fftw_real