(git:3add494)
fftsg_lib Module Reference

Functions/Subroutines

subroutine, public fftsg_do_init ()
 ... More...
 
subroutine, public fftsg_do_cleanup ()
 ... More...
 
subroutine, public fftsg_get_lengths (DATA, max_length)
 ... More...
 
subroutine, public fftsg3d (fft_in_place, fsign, scale, n, zin, zout)
 ... More...
 
subroutine, public fftsg1dm (fsign, trans, n, m, zin, zout, scale)
 ... More...
 

Function/Subroutine Documentation

◆ fftsg_do_init()

subroutine, public fftsg_lib::fftsg_do_init

...

Definition at line 24 of file fftsg_lib.F.

Here is the caller graph for this function:

◆ fftsg_do_cleanup()

subroutine, public fftsg_lib::fftsg_do_cleanup

...

Definition at line 33 of file fftsg_lib.F.

Here is the caller graph for this function:

◆ fftsg_get_lengths()

subroutine, public fftsg_lib::fftsg_get_lengths ( integer, dimension(*)  DATA,
integer, intent(inout)  max_length 
)

...

Parameters
DATA...
max_length...
History
Adapted to new interface structure
Author
JGH

Definition at line 47 of file fftsg_lib.F.

Here is the caller graph for this function:

◆ fftsg3d()

subroutine, public fftsg_lib::fftsg3d ( logical, intent(in)  fft_in_place,
integer, intent(inout)  fsign,
real(kind=dp), intent(in)  scale,
integer, dimension(*), intent(in)  n,
complex(kind=dp), dimension(*), intent(inout)  zin,
complex(kind=dp), dimension(*), intent(inout)  zout 
)

...

Parameters
fft_in_place...
fsign...
scale...
n...
zin...
zout...

Definition at line 78 of file fftsg_lib.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fftsg1dm()

subroutine, public fftsg_lib::fftsg1dm ( integer, intent(inout)  fsign,
logical, intent(in)  trans,
integer, intent(in)  n,
integer, intent(in)  m,
complex(kind=dp), dimension(*), intent(inout)  zin,
complex(kind=dp), dimension(*), intent(out)  zout,
real(kind=dp), intent(in)  scale 
)

...

Parameters
fsign...
trans...
n...
m...
zin...
zout...
scale...

Definition at line 135 of file fftsg_lib.F.

Here is the call graph for this function:
Here is the caller graph for this function: