reorder_y2x Subroutine

public subroutine reorder_y2x(u_x, u_y, nz)

Arguments

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

Calls

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

Called by

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