FTINV_MOD Module


Uses

  • module~~ftinv_mod~2~~UsesGraph module~ftinv_mod~2 FTINV_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~ftinv_mod~2->module~buffered_allocator_mod EC_PARKIND EC_PARKIND module~buffered_allocator_mod->EC_PARKIND iso_c_binding iso_c_binding module~buffered_allocator_mod->iso_c_binding 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 module~growing_allocator_mod->iso_c_binding

Used by

  • module~~ftinv_mod~2~~UsedByGraph module~ftinv_mod~2 FTINV_MOD proc~ftinv_ctl FTINV_CTL proc~ftinv_ctl->module~ftinv_mod~2 proc~inv_trans_ctl INV_TRANS_CTL proc~inv_trans_ctl->module~ftinv_mod~2

Derived Types

type, public ::  FTINV_HANDLE

Components

Type Visibility Attributes Name Initial
type(ALLOCATION_RESERVATION_HANDLE), public :: HREEL_REAL

Functions

public function PREPARE_FTINV(ALLOCATOR, KF_FS) result(HFTINV)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(inout) :: ALLOCATOR
integer(kind=JPIM), intent(in) :: KF_FS

Return Value type(FTINV_HANDLE)


Subroutines

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

*** *FTINV - Inverse Fourier transform

Read more…

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