Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
fftw3.F90
Go to the documentation of this file.
1 module fftw3
2  use, intrinsic :: iso_c_binding
3  implicit none
4  include 'fftw3.f03'
5  integer, parameter :: plan_kind = 8
6  !integer, external :: fftw_mpi_local_size_3d_transposed
7 end module fftw3
Definition: fftw3.F90:1