Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out), | dimension(:, :) | :: | du | ||
real(kind=dp), | intent(out), | dimension(:, :) | :: | send_u_s | ||
real(kind=dp), | intent(out), | dimension(:, :) | :: | send_u_e | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | u | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | u_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | u_e | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | coeffs_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | coeffs_e | ||
real(kind=dp), | intent(in), | dimension(:) | :: | coeffs | ||
integer, | intent(in) | :: | n | |||
real(kind=dp), | intent(in), | dimension(:) | :: | ffr | ||
real(kind=dp), | intent(in), | dimension(:) | :: | fbc | ||
real(kind=dp), | intent(in), | dimension(:) | :: | faf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out), | dimension(:, :) | :: | du | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | recv_u_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | recv_u_e | ||
integer, | intent(in) | :: | n | |||
real(kind=dp), | intent(in), | dimension(:) | :: | dist_sa | ||
real(kind=dp), | intent(in), | dimension(:) | :: | dist_sc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout), | dimension(:, :) | :: | rhs_du | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | dud | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | d2u | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | v | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | du_recv_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | du_recv_e | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | dud_recv_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | dud_recv_e | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | d2u_recv_s | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | d2u_recv_e | ||
real(kind=dp), | intent(in) | :: | nu | |||
integer, | intent(in) | :: | n | |||
real(kind=dp), | intent(in), | dimension(:) | :: | du_dist_sa | ||
real(kind=dp), | intent(in), | dimension(:) | :: | du_dist_sc | ||
real(kind=dp), | intent(in), | dimension(:) | :: | dud_dist_sa | ||
real(kind=dp), | intent(in), | dimension(:) | :: | dud_dist_sc | ||
real(kind=dp), | intent(in), | dimension(:) | :: | d2u_dist_sa | ||
real(kind=dp), | intent(in), | dimension(:) | :: | d2u_dist_sc |