Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | send_u_s | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | send_u_e | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u_e | ||
real(kind=dp), | intent(in), | device, dimension(:, :) | :: | coeffs_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :) | :: | coeffs_e | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | coeffs | ||
integer, | intent(in), | value | :: | n | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | ffr | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | fbc | ||
real(kind=dp), | intent(in), | device, dimension(:) | :: | faf |