reorder_x2c Subroutine

public subroutine reorder_x2c(u_c, u_x, nz)

Arguments

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

Calls

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

Called by

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