TreeMig Code
Loading...
Searching...
No Matches
gft_do::gft_do_fft Interface Reference

Public Member Functions

subroutine gft_do_cc_1d (fft, isign, scale, c_in, c_out, code)
 
subroutine gft_do_cc_2d (fft, isign, scale, c_in, c_out, code)
 
subroutine gft_do_cc_3d (fft, isign, scale, c_in, c_out, code)
 
subroutine gft_do_cr_1d (fft, isign, scale, c_in, r_out, code)
 
subroutine gft_do_cr_2d (fft, isign, scale, c_in, r_out, code)
 
subroutine gft_do_cr_3d (fft, isign, scale, c_in, r_out, code)
 
subroutine gft_do_rc_1d (fft, isign, scale, r_in, c_out, code)
 
subroutine gft_do_rc_2d (fft, isign, scale, r_in, c_out, code)
 
subroutine gft_do_rc_3d (fft, isign, scale, r_in, c_out, code)
 
subroutine gft_do_mcc_1d (fft, isign, scale, c_in, c_out, code)
 
subroutine gft_do_mcr_1d (fft, isign, scale, c_in, r_out, code)
 
subroutine gft_do_mrc_1d (fft, isign, scale, r_in, c_out, code)
 

Detailed Description

Definition at line 27 of file GFT_do.f90.

Member Function/Subroutine Documentation

◆ gft_do_cc_1d()

subroutine gft_do::gft_do_fft::gft_do_cc_1d ( type(gft_cc), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:), intent(in) c_in,
complex(kind=gft_prec), dimension(0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 37 of file GFT_do.f90.

◆ gft_do_cc_2d()

subroutine gft_do::gft_do_fft::gft_do_cc_2d ( type(gft_cc), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:), intent(in) c_in,
complex(kind=gft_prec), dimension(0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 106 of file GFT_do.f90.

◆ gft_do_cc_3d()

subroutine gft_do::gft_do_fft::gft_do_cc_3d ( type(gft_cc), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:,0:), intent(in) c_in,
complex(kind=gft_prec), dimension(0:,0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 257 of file GFT_do.f90.

◆ gft_do_cr_1d()

subroutine gft_do::gft_do_fft::gft_do_cr_1d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:), intent(in) c_in,
real(kind=gft_prec), dimension(0:), intent(out) r_out,
integer, intent(out), optional code )

Definition at line 500 of file GFT_do.f90.

◆ gft_do_cr_2d()

subroutine gft_do::gft_do_fft::gft_do_cr_2d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:), intent(in) c_in,
real(kind=gft_prec), dimension(0:,0:), intent(out) r_out,
integer, intent(out), optional code )

Definition at line 550 of file GFT_do.f90.

◆ gft_do_cr_3d()

subroutine gft_do::gft_do_fft::gft_do_cr_3d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:,0:), intent(in) c_in,
real(kind=gft_prec), dimension(0:,0:,0:), intent(out) r_out,
integer, intent(out), optional code )

Definition at line 686 of file GFT_do.f90.

◆ gft_do_mcc_1d()

subroutine gft_do::gft_do_fft::gft_do_mcc_1d ( type(gft_mcc), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:), intent(in) c_in,
complex(kind=gft_prec), dimension(0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 1361 of file GFT_do.f90.

◆ gft_do_mcr_1d()

subroutine gft_do::gft_do_fft::gft_do_mcr_1d ( type(gft_mrcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
complex(kind=gft_prec), dimension(0:,0:), intent(in) c_in,
real(kind=gft_prec), dimension(0:,0:), intent(out) r_out,
integer, intent(out), optional code )

Definition at line 1445 of file GFT_do.f90.

◆ gft_do_mrc_1d()

subroutine gft_do::gft_do_fft::gft_do_mrc_1d ( type(gft_mrcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
real(kind=gft_prec), dimension(0:,0:), intent(in) r_in,
complex(kind=gft_prec), dimension(0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 1510 of file GFT_do.f90.

◆ gft_do_rc_1d()

subroutine gft_do::gft_do_fft::gft_do_rc_1d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
real(kind=gft_prec), dimension(0:), intent(in) r_in,
complex(kind=gft_prec), dimension(0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 932 of file GFT_do.f90.

◆ gft_do_rc_2d()

subroutine gft_do::gft_do_fft::gft_do_rc_2d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
real(kind=gft_prec), dimension(0:,0:), intent(in) r_in,
complex(kind=gft_prec), dimension(0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 984 of file GFT_do.f90.

◆ gft_do_rc_3d()

subroutine gft_do::gft_do_fft::gft_do_rc_3d ( type(gft_rcr), intent(inout) fft,
integer, intent(in) isign,
real(kind=gft_prec), intent(in) scale,
real(kind=gft_prec), dimension(0:,0:,0:), intent(in) r_in,
complex(kind=gft_prec), dimension(0:,0:,0:), intent(out) c_out,
integer, intent(out), optional code )

Definition at line 1117 of file GFT_do.f90.


The documentation for this interface was generated from the following file: