sendrecv_fields Subroutine

public subroutine sendrecv_fields(f_recv_s, f_recv_e, f_send_s, f_send_e, n_data, nproc, prev, next)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: f_recv_s
real(kind=dp), intent(out), device, dimension(:, :, :) :: f_recv_e
real(kind=dp), intent(in), device, dimension(:, :, :) :: f_send_s
real(kind=dp), intent(in), device, dimension(:, :, :) :: f_send_e
integer, intent(in) :: n_data
integer, intent(in) :: nproc
integer, intent(in) :: prev
integer, intent(in) :: next