Octopus
fftw_oct_m Module Reference

Functions/Subroutines

subroutine, public fftw_prepare_plan (plan, dim, n, is_real, sign, flags, din_, cin_, cout_)
 
subroutine, public fftw_get_dims (rs_n, is_real, fs_n)
 
subroutine, public fftw_alloc_memory (rs_n, is_real, fs_n, drs_data, zrs_data, fs_data)
 
subroutine, public fftw_free_memory (is_real, drs_data, zrs_data, fs_data)
 

Function/Subroutine Documentation

◆ fftw_prepare_plan()

subroutine, public fftw_oct_m::fftw_prepare_plan ( type(c_ptr), intent(inout)  plan,
integer, intent(in)  dim,
integer, dimension(:), intent(in)  n,
logical, intent(in)  is_real,
integer, intent(in)  sign,
integer, intent(in)  flags,
real(real64), dimension(:,:,:), intent(in), optional, target  din_,
complex(real64), dimension(:,:,:), intent(in), optional, target  cin_,
complex(real64), dimension(:,:,:), intent(in), optional, target  cout_ 
)

Definition at line 186 of file fftw.F90.

◆ fftw_get_dims()

subroutine, public fftw_oct_m::fftw_get_dims ( integer, dimension(:), intent(in)  rs_n,
logical, intent(in)  is_real,
integer, dimension(:), intent(out)  fs_n 
)

Definition at line 304 of file fftw.F90.

◆ fftw_alloc_memory()

subroutine, public fftw_oct_m::fftw_alloc_memory ( integer, dimension(:), intent(in)  rs_n,
logical, intent(in)  is_real,
integer, dimension(:), intent(in)  fs_n,
real(real64), dimension(:,:,:), intent(inout), pointer  drs_data,
complex(real64), dimension(:,:,:), intent(inout), pointer  zrs_data,
complex(real64), dimension(:,:,:), intent(inout), pointer  fs_data 
)

Definition at line 318 of file fftw.F90.

◆ fftw_free_memory()

subroutine, public fftw_oct_m::fftw_free_memory ( logical, intent(in)  is_real,
real(real64), dimension(:,:,:), intent(inout), pointer  drs_data,
complex(real64), dimension(:,:,:), intent(inout), pointer  zrs_data,
complex(real64), dimension(:,:,:), intent(inout), pointer  fs_data 
)

Definition at line 343 of file fftw.F90.