PPRNTPOSE Subroutine

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

Arguments

Type IntentOptional AttributesName
real, intent(in), dimension(ndim,nxv,kypd):: f
real, intent(inout), dimension(ndim,nyv,kxpd):: g
real, intent(inout), dimension(ndim,(kxp+1)*(kyp+1)):: s
real, intent(inout), dimension(ndim,(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) :: ndim
integer, intent(in) :: nxv
integer, intent(in) :: nyv
integer, intent(in) :: kxpd
integer, intent(in) :: kypd

Calls

proc~~pprntpose~2~~CallsGraph proc~pprntpose~2 PPRNTPOSE mpi_wait mpi_wait proc~pprntpose~2->mpi_wait mpi_irecv mpi_irecv proc~pprntpose~2->mpi_irecv mpi_send mpi_send proc~pprntpose~2->mpi_send

Contents

None