TRLTOM_PACK_UNPACK Module


Uses

  • module~~trltom_pack_unpack~~UsesGraph module~trltom_pack_unpack TRLTOM_PACK_UNPACK module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~trltom_pack_unpack->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~~trltom_pack_unpack~~UsedByGraph module~trltom_pack_unpack TRLTOM_PACK_UNPACK proc~dir_trans_ctl DIR_TRANS_CTL proc~dir_trans_ctl->module~trltom_pack_unpack

Derived Types

type, public ::  TRLTOM_PACK_HANDLE

Components

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

type, public ::  TRLTOM_UNPACK_HANDLE

Components

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

Functions

public function PREPARE_TRLTOM_PACK(ALLOCATOR, KF_FS) result(HTRLTOM_PACK)

Arguments

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

Return Value type(TRLTOM_PACK_HANDLE)

public function PREPARE_TRLTOM_UNPACK(ALLOCATOR, KF_FS) result(HTRLTOM_UNPACK)

Arguments

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

Return Value type(TRLTOM_UNPACK_HANDLE)


Subroutines

public subroutine TRLTOM_PACK(ALLOCATOR, HTRLTOM_PACK, PREEL_COMPLEX, FOUBUF_IN, KF_FS)

*** TRLTOM_PACK - Copy fourier data from local array to buffer

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRLTOM_PACK_HANDLE), intent(in) :: HTRLTOM_PACK
real(kind=JPRBT), intent(in) :: PREEL_COMPLEX(:)
real(kind=JPRBT), intent(out), POINTER :: FOUBUF_IN(:)
integer(kind=JPIM), intent(in) :: KF_FS

public subroutine TRLTOM_UNPACK(ALLOCATOR, HTRLTOM_UNPACK, FOUBUF, ZINPS, ZINPA, ZINPS0, ZINPA0, KF_FS, KF_UV)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRLTOM_UNPACK_HANDLE), intent(in) :: HTRLTOM_UNPACK
real(kind=JPRBT), intent(in) :: FOUBUF(:)
real(kind=JPRBT), intent(inout), POINTER :: ZINPS(:)
real(kind=JPRBT), intent(inout), POINTER :: ZINPA(:)
real(kind=JPRD), intent(inout), POINTER :: ZINPS0(:)
real(kind=JPRD), intent(inout), POINTER :: ZINPA0(:)
integer(kind=JPIM), intent(in) :: KF_FS
integer(kind=JPIM), intent(in) :: KF_UV