PPRTPOSE Subroutine

subroutine PPRTPOSE(f, g, s, t, nx, ny, kxp, kyp, kstrt, nvp, nxv, nyv, kxpd, kypd)

Uses

  • proc~~pprtpose~~UsesGraph proc~pprtpose PPRTPOSE module~fft2d_lib fft2d_lib proc~pprtpose->module~fft2d_lib mpi mpi module~fft2d_lib->mpi

Arguments

Type IntentOptional AttributesName
real, intent(in), dimension(nxv,kypd):: f
real, intent(inout), dimension(nyv,kxpd):: g
real, intent(inout), dimension((kxp+1)*(kyp+1)):: s
real, intent(inout), dimension((kxp+1)*(kyp+1)):: t
integer, intent(in) :: nx
integer, intent(in) :: ny
integer, intent(in) :: kxp
integer, intent(in) :: kyp
integer, intent(in) :: kstrt
integer, intent(in) :: nvp
integer, intent(in) :: nxv
integer, intent(in) :: nyv
integer, intent(in) :: kxpd
integer, intent(in) :: kypd

Calls

proc~~pprtpose~~CallsGraph proc~pprtpose PPRTPOSE sub sub proc~pprtpose->sub

Called by

proc~~pprtpose~~CalledByGraph proc~pprtpose PPRTPOSE proc~wppfsct2rm WPPFSCT2RM proc~wppfsct2rm->proc~pprtpose proc~wppfcst2rm WPPFCST2RM proc~wppfcst2rm->proc~pprtpose proc~wppfsst2rm WPPFSST2RM proc~wppfsst2rm->proc~pprtpose proc~wppfcct2rm WPPFCCT2RM proc~wppfcct2rm->proc~pprtpose

Contents

None