reorder_c2x Subroutine

public subroutine reorder_c2x(u_x, u_c, nz)

Arguments

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

Calls

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

Called by

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