![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | calc_resid_c (VAR, A_M, B_M, M, NUM, DEN, RESID, MAX_RESID, IJK_RESID) |
subroutine | calc_resid_s (VAR, A_M, B_M, M, NUM, DEN, RESID, MAX_RESID, IJK_RESID, TOL) |
subroutine | calc_resid_pp (B_M, NORM, NUM, DEN, RESID, MAX_RESID, IJK_RESID) |
subroutine | calc_resid_mb (INIT, ErrorPercent) |
subroutine | calc_resid_u (U_M, V_M, W_M, A_M, B_M, M, NUM, DEN, RESID, MAX_RESID, IJK_RESID) |
subroutine | calc_resid_v (U_M, V_M, W_M, A_M, B_M, M, NUM, DEN, RESID, MAX_RESID, IJK_RESID) |
subroutine | calc_resid_w (U_M, V_M, W_M, A_M, B_M, M, NUM, DEN, RESID, MAX_RESID, IJK_RESID) |
subroutine calc_resid_c | ( | double precision, dimension(dimension_3), intent(in) | VAR, |
double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in) | A_M, | ||
double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, | ||
integer, intent(in) | M, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID | ||
) |
subroutine calc_resid_mb | ( | integer, intent(in) | INIT, |
double precision, dimension(0:mmax), intent(out) | ErrorPercent | ||
) |
Definition at line 550 of file calc_resid.f.
subroutine calc_resid_pp | ( | double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, |
double precision, intent(in) | NORM, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID | ||
) |
subroutine calc_resid_s | ( | double precision, dimension(dimension_3), intent(in) | VAR, |
double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in) | A_M, | ||
double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, | ||
integer, intent(in) | M, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID, | ||
double precision, intent(in) | TOL | ||
) |
Definition at line 197 of file calc_resid.f.
subroutine calc_resid_u | ( | double precision, dimension(dimension_3), intent(in) | U_M, |
double precision, dimension(dimension_3), intent(in) | V_M, | ||
double precision, dimension(dimension_3), intent(in) | W_M, | ||
double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in) | A_M, | ||
double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, | ||
integer, intent(in) | M, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID | ||
) |
Definition at line 722 of file calc_resid.f.
subroutine calc_resid_v | ( | double precision, dimension(dimension_3), intent(in) | U_M, |
double precision, dimension(dimension_3), intent(in) | V_M, | ||
double precision, dimension(dimension_3), intent(in) | W_M, | ||
double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in) | A_M, | ||
double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, | ||
integer, intent(in) | M, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID | ||
) |
Definition at line 925 of file calc_resid.f.
subroutine calc_resid_w | ( | double precision, dimension(dimension_3), intent(in) | U_M, |
double precision, dimension(dimension_3), intent(in) | V_M, | ||
double precision, dimension(dimension_3), intent(in) | W_M, | ||
double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in) | A_M, | ||
double precision, dimension(dimension_3, 0:dimension_m), intent(in) | B_M, | ||
integer, intent(in) | M, | ||
double precision, intent(out) | NUM, | ||
double precision, intent(out) | DEN, | ||
double precision, intent(out) | RESID, | ||
double precision, intent(out) | MAX_RESID, | ||
integer, intent(out) | IJK_RESID | ||
) |
Definition at line 1130 of file calc_resid.f.