TRMTOLAD_PACK_UNPACK Module


Uses

  • module~~trmtolad_pack_unpack~~UsesGraph module~trmtolad_pack_unpack TRMTOLAD_PACK_UNPACK module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~trmtolad_pack_unpack->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~~trmtolad_pack_unpack~~UsedByGraph module~trmtolad_pack_unpack TRMTOLAD_PACK_UNPACK proc~inv_trans_ctlad INV_TRANS_CTLAD proc~inv_trans_ctlad->module~trmtolad_pack_unpack

Derived Types

type, public ::  TRMTOLAD_PACK_HANDLE

Components

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

type, public ::  TRMTOLAD_UNPACK_HANDLE

Components

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

Functions

public function PREPARE_TRMTOLAD_PACK(ALLOCATOR, KF_UV, KF_SCALARS, LVORGP, LDIVGP, LSCDERS) result(HTRMTOLAD_PACK)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(inout) :: ALLOCATOR
integer(kind=JPIM), intent(in) :: KF_UV
integer(kind=JPIM), intent(in) :: KF_SCALARS
logical, intent(in) :: LVORGP
logical, intent(in) :: LDIVGP
logical, intent(in) :: LSCDERS

Return Value type(TRMTOLAD_PACK_HANDLE)

public function PREPARE_TRMTOLAD_UNPACK(ALLOCATOR, KF_LEG) result(HTRMTOLAD_UNPACK)

Arguments

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

Return Value type(TRMTOLAD_UNPACK_HANDLE)


Subroutines

public subroutine TRMTOLAD_PACK(ALLOCATOR, HTRMTOL_PACK, ZOUTS, ZOUTA, ZOUTS0, ZOUTA0, FOUBUF_IN, KF_LEG)

*** TRMTOL_PACK - Packing buffer for TRMTOL

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRMTOLAD_PACK_HANDLE), intent(in) :: HTRMTOL_PACK
real(kind=JPRBT), intent(out), POINTER :: ZOUTS(:)
real(kind=JPRBT), intent(out), POINTER :: ZOUTA(:)
real(kind=JPRD), intent(out), POINTER :: ZOUTS0(:)
real(kind=JPRD), intent(out), POINTER :: ZOUTA0(:)
real(kind=JPRB), intent(in) :: FOUBUF_IN(:)
integer(kind=JPIM), intent(in) :: KF_LEG

public subroutine TRMTOLAD_UNPACK(ALLOCATOR, HTRMTOL_UNPACK, FOUBUF, PREEL_COMPLEX, KF_CURRENT, KF_TOTAL)

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

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRMTOLAD_UNPACK_HANDLE), intent(in) :: HTRMTOL_UNPACK
real(kind=JPRBT), intent(out), POINTER :: FOUBUF(:)
real(kind=JPRBT), intent(in) :: PREEL_COMPLEX(:)
integer(kind=JPIM), intent(in) :: KF_CURRENT
integer(kind=JPIM), intent(in) :: KF_TOTAL