Single-pass non-periodic pentadiagonal compact-FD solve on CPU. No MPI exchange is needed; each group is solved independently.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(out), | dimension(:, :, :) | :: | du | ||
| 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 | ||
| type(tdsops_t), | intent(in) | :: | tdsops | |||
| integer, | intent(in) | :: | n_groups |