TRLTOMAD_PACK_UNPACK Module


Uses

  • module~~trltomad_pack_unpack~~UsesGraph module~trltomad_pack_unpack TRLTOMAD_PACK_UNPACK module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~trltomad_pack_unpack->module~buffered_allocator_mod module~parkind_ectrans PARKIND_ECTRANS module~trltomad_pack_unpack->module~parkind_ectrans 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 PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1 module~growing_allocator_mod->iso_c_binding

Used by

  • module~~trltomad_pack_unpack~~UsedByGraph module~trltomad_pack_unpack TRLTOMAD_PACK_UNPACK proc~dir_trans_ctlad DIR_TRANS_CTLAD proc~dir_trans_ctlad->module~trltomad_pack_unpack

Derived Types

type, public ::  TRLTOMAD_PACK_HANDLE

Components

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

type, public ::  TRLTOMAD_UNPACK_HANDLE

Components

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

Functions

public function PREPARE_TRLTOMAD_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(TRLTOMAD_PACK_HANDLE)

public function PREPARE_TRLTOMAD_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(TRLTOMAD_UNPACK_HANDLE)


Subroutines

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

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

Read more…

Arguments

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

public subroutine TRLTOMAD_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(TRLTOMAD_UNPACK_HANDLE), intent(in) :: HTRLTOM_UNPACK
real(kind=JPRBT), intent(out), POINTER :: FOUBUF(:)
real(kind=JPRBT), intent(in) :: ZINPS(:)
real(kind=JPRBT), intent(in) :: ZINPA(:)
real(kind=JPRD), intent(in) :: ZINPS0(:)
real(kind=JPRD), intent(in) :: ZINPA0(:)
integer(kind=JPIM), intent(in) :: KF_FS
integer(kind=JPIM), intent(in) :: KF_UV