ORB5  v4.9.4
fft.F90 File Reference

Data Types

type  fft::int_para
 
interface  fft::four1d
 
interface  fft::fourcol
 

Modules

module  fft
 Module for performing FFT.
 

Functions/Subroutines

subroutine fft::four1d_ca (vec_ca, isign)
 
subroutine fft::fourcol_ca (arr_ca, isign)
 
subroutine fft::fourcol_caa (arr_caa, isign)
 

Variables

integer, parameter fft::i8 = SELECTED_INT_kind(18)
 
integer, parameter fft::fft_forward =-1
 
integer, parameter fft::fft_backward =1
 
integer, parameter fft::maxsubs1 =8
 
integer, parameter fft::maxsubs2 =1
 
integer, parameter fft::maxplan =16
 
integer(i8), dimension(maxplan, maxsubs1), save fft::plan1d
 
type(int_para), dimension(maxplan, maxsubs1), save fft::n1d_par
 
integer, dimension(maxsubs1), save fft::n1d_saved =0