LTINV_MOD Module


Uses

  • module~~ltinv_mod~~UsesGraph module~ltinv_mod LTINV_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~ltinv_mod->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~~ltinv_mod~~UsedByGraph module~ltinv_mod LTINV_MOD proc~inv_trans_ctl INV_TRANS_CTL proc~inv_trans_ctl->module~ltinv_mod proc~ltinv_ctl LTINV_CTL proc~ltinv_ctl->module~ltinv_mod

Derived Types

type, public ::  LTINV_HANDLE

Components

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

Functions

public function PREPARE_LTINV(ALLOCATOR, KF_UV, KF_SCALARS, LVORGP, LDIVGP, LSCDERS) result(HLTINV)

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(LTINV_HANDLE)


Subroutines

public subroutine LTINV(ALLOCATOR, HLTINV, KF_UV, KF_SCALARS, PSPVOR, PSPDIV, PSPSCALAR, PSPSC3A, PSPSC3B, PSPSC2, ZOUTS, ZOUTA, ZOUTS0, ZOUTA0)

*** LTINV - Inverse Legendre transform

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(LTINV_HANDLE), intent(in) :: HLTINV
integer(kind=JPIM), intent(in) :: KF_UV
integer(kind=JPIM), intent(in) :: KF_SCALARS
real(kind=JPRB), intent(in), optional :: PSPVOR(:,:)
real(kind=JPRB), intent(in), optional :: PSPDIV(:,:)
real(kind=JPRB), intent(in), optional :: PSPSCALAR(:,:)
real(kind=JPRB), intent(in), optional :: PSPSC3A(:,:,:)
real(kind=JPRB), intent(in), optional :: PSPSC3B(:,:,:)
real(kind=JPRB), intent(in), optional :: PSPSC2(:,:)
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(:)