| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | rhs_du | 
                 The result array, it is also used as temporary storage  | 
        |
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | dud | 
                 Temporary storage arrays  | 
        |
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | d2u | 
                 Temporary storage arrays  | 
        |
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | du_send_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | du_send_e | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | du_recv_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | du_recv_e | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | dud_send_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | dud_send_e | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | dud_recv_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | dud_recv_e | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | d2u_send_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | d2u_send_e | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | d2u_recv_s | ||
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | d2u_recv_e | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | u | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | u_recv_s | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | u_recv_e | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | v | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | v_recv_s | ||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | v_recv_e | ||
| type(tdsops_t), | intent(in) | :: | tdsops_du | |||
| type(tdsops_t), | intent(in) | :: | tdsops_dud | |||
| type(tdsops_t), | intent(in) | :: | tdsops_d2u | |||
| real(kind=dp), | intent(in) | :: | nu | |||
| integer, | intent(in) | :: | nproc | |||
| integer, | intent(in) | :: | pprev | |||
| integer, | intent(in) | :: | pnext | |||
| integer, | intent(in) | :: | n_groups |