reorder_z2x Subroutine

public subroutine reorder_z2x(u_x, u_z, nz)

Arguments

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

Called by

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