reorder_z2y Subroutine

public subroutine reorder_z2y(u_y, u_z, nx, nz)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: u_y
real(kind=dp), intent(in), device, dimension(:, :, :) :: u_z
integer, intent(in), value :: nx
integer, intent(in), value :: nz

Calls

proc~~reorder_z2y~~CallsGraph proc~reorder_z2y m_cuda_kernels_reorder::reorder_z2y syncthreads syncthreads proc~reorder_z2y->syncthreads

Called by

proc~~reorder_z2y~~CalledByGraph proc~reorder_z2y m_cuda_kernels_reorder::reorder_z2y proc~reorder_cuda m_cuda_backend::cuda_backend_t%reorder_cuda proc~reorder_cuda->proc~reorder_z2y