Go to the source code of this file.
|
subroutine | conv_dif_w_s (A_M, B_M) |
|
subroutine | get_wcell_svterms (U, V, WW, M) |
|
subroutine | get_wcell_scflux_terms (FLUX_E, FLUX_W, FLUX_N, FLUX_S, FLUX_T, FLUX_B, IJK, M) |
|
subroutine | get_wcell_sdiff_terms (D_FE, D_FW, D_FN, D_FS, D_FT, D_FB, IJK, M) |
|
subroutine | store_a_w_s0 (A_W_S, M) |
|
subroutine | store_a_w_sdc (M, B_M) |
|
subroutine | store_a_w_s1 (A_W_S, M) |
|
subroutine conv_dif_w_s |
( |
double precision, dimension(dimension_3, -3:3, 0:dimens! ion_m), intent(inout) |
A_M, |
|
|
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M |
|
) |
| |
subroutine get_wcell_scflux_terms |
( |
double precision, intent(out) |
FLUX_E, |
|
|
double precision, intent(out) |
FLUX_W, |
|
|
double precision, intent(out) |
FLUX_N, |
|
|
double precision, intent(out) |
FLUX_S, |
|
|
double precision, intent(out) |
FLUX_T, |
|
|
double precision, intent(out) |
FLUX_B, |
|
|
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine get_wcell_sdiff_terms |
( |
double precision, intent(out) |
D_FE, |
|
|
double precision, intent(out) |
D_FW, |
|
|
double precision, intent(out) |
D_FN, |
|
|
double precision, intent(out) |
D_FS, |
|
|
double precision, intent(out) |
D_FT, |
|
|
double precision, intent(out) |
D_FB, |
|
|
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine get_wcell_svterms |
( |
double precision, dimension(dimension_3), intent(out) |
U, |
|
|
double precision, dimension(dimension_3), intent(out) |
V, |
|
|
double precision, dimension(dimension_3), intent(out) |
WW, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine store_a_w_s0 |
( |
double precision, dimension(dimension_3, -3:3, m:m), intent(inout) |
A_W_S, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine store_a_w_s1 |
( |
double precision, dimension(dimension_3, -3:3, m:m), intent(inout) |
A_W_S, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine store_a_w_sdc |
( |
integer, intent(in) |
M, |
|
|
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M |
|
) |
| |