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