FTINV Subroutine

public subroutine FTINV(ALLOCATOR, HFTINV, PREEL_COMPLEX, PREEL_REAL, KFIELD)

Uses

  • proc~~ftinv~~UsesGraph proc~ftinv FTINV MPL_MODULE MPL_MODULE proc~ftinv->MPL_MODULE iso_c_binding iso_c_binding proc~ftinv->iso_c_binding module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD proc~ftinv->module~buffered_allocator_mod module~parkind_ectrans PARKIND_ECTRANS proc~ftinv->module~parkind_ectrans module~tpm_distr TPM_DISTR proc~ftinv->module~tpm_distr module~tpm_gen TPM_GEN proc~ftinv->module~tpm_gen module~tpm_geometry TPM_GEOMETRY proc~ftinv->module~tpm_geometry module~tpm_hicfft TPM_HICFFT proc~ftinv->module~tpm_hicfft module~tpm_stats TPM_STATS proc~ftinv->module~tpm_stats module~buffered_allocator_mod->iso_c_binding EC_PARKIND EC_PARKIND module~buffered_allocator_mod->EC_PARKIND module~abort_trans_mod ABORT_TRANS_MOD module~buffered_allocator_mod->module~abort_trans_mod module~growing_allocator_mod GROWING_ALLOCATOR_MOD module~buffered_allocator_mod->module~growing_allocator_mod PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1 module~tpm_distr->EC_PARKIND module~tpm_gen->EC_PARKIND module~tpm_geometry->EC_PARKIND module~tpm_hicfft->iso_c_binding module~tpm_hicfft->module~growing_allocator_mod module~growing_allocator_mod->iso_c_binding

*** *FTINV - Inverse Fourier transform

  • Interface. ---------- CALL FTINV(..)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(FTINV_HANDLE), intent(in) :: HFTINV
real(kind=JPRBT), intent(out), POINTER :: PREEL_COMPLEX(:)
real(kind=JPRBT), intent(inout), POINTER :: PREEL_REAL(:)
integer(kind=JPIM), intent(in) :: KFIELD

Calls

proc~~ftinv~~CallsGraph proc~ftinv FTINV interface~assign_ptr ASSIGN_PTR proc~ftinv->interface~assign_ptr interface~execute_inv_fft EXECUTE_INV_FFT proc~ftinv->interface~execute_inv_fft mpl_barrier mpl_barrier proc~ftinv->mpl_barrier proc~get_allocation GET_ALLOCATION proc~ftinv->proc~get_allocation proc~gstats_nvtx GSTATS_NVTX proc~ftinv->proc~gstats_nvtx proc~abort_trans ABORT_TRANS proc~get_allocation->proc~abort_trans mpl_abort mpl_abort proc~abort_trans->mpl_abort sdl_srlabort sdl_srlabort proc~abort_trans->sdl_srlabort sdl_traceback sdl_traceback proc~abort_trans->sdl_traceback

Called by

proc~~ftinv~~CalledByGraph proc~ftinv FTINV proc~ftinv_ctl FTINV_CTL proc~ftinv_ctl->proc~ftinv proc~inv_trans_ctl INV_TRANS_CTL proc~inv_trans_ctl->proc~ftinv proc~inv_trans INV_TRANS proc~inv_trans->proc~inv_trans_ctl proc~inv_trans_ctl~2 INV_TRANS_CTL proc~inv_trans_ctl~2->proc~ftinv_ctl proc~inv_trans~2 INV_TRANS proc~inv_trans~2->proc~inv_trans_ctl