TRMTOL_MOD Module


Uses

  • module~~trmtol_mod~2~~UsesGraph module~trmtol_mod~2 TRMTOL_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~trmtol_mod~2->module~buffered_allocator_mod 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~parkind_ectrans PARKIND_ECTRANS module~buffered_allocator_mod->module~parkind_ectrans module~growing_allocator_mod->iso_c_binding PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1

Used by

  • module~~trmtol_mod~2~~UsedByGraph module~trmtol_mod~2 TRMTOL_MOD proc~inv_trans_ctl INV_TRANS_CTL proc~inv_trans_ctl->module~trmtol_mod~2 proc~ltdir_ctlad LTDIR_CTLAD proc~ltdir_ctlad->module~trmtol_mod~2 proc~ltinv_ctl LTINV_CTL proc~ltinv_ctl->module~trmtol_mod~2

Derived Types

type, public ::  TRMTOL_HANDLE

Components

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

Functions

public function PREPARE_TRMTOL(ALLOCATOR, KF_LEG) result(HTRMTOL)

Arguments

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

Return Value type(TRMTOL_HANDLE)


Subroutines

public subroutine TRMTOL(ALLOCATOR, HTRMTOL, PFBUF_IN, PFBUF, KF_LEG)

*** *trmtol * - transposition in Fourier space

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRMTOL_HANDLE), intent(in) :: HTRMTOL
real(kind=JPRBT), intent(in) :: PFBUF_IN(:)
real(kind=JPRBT), intent(out), POINTER :: PFBUF(:)
integer(kind=JPIM), intent(in) :: KF_LEG