reorder_y2z Subroutine

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

Arguments

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

Calls

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

Called by

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