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 | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d1_sa | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d1_sc | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2_sa | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | d2_sc | ||
integer, | intent(in), | value | :: | n | ||
real(kind=dp), | intent(in), | value | :: | nu |