Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout), | device, dimension(:, :, :) | :: | r_du |
The result array, it stores 'du' first then its overwritten |
|
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | conv | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | dud | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | d2u | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_du_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_du_e | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_dud_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_dud_e | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_d2u_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | recv_d2u_e | ||
integer, | intent(in), | value | :: | n | ||
real(kind=dp), | intent(in), | value | :: | nu | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | du_sa | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | du_sc | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | du_strch | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | dud_sa | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | dud_sc | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | dud_strch | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2u_sa | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2u_sc | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2u_strch | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2u_strch_cor |