![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | leq_bicgs (VNAME, VNO, VAR, A_M, B_m, cmethod, TOL, PC, ITMAX, IER) |
subroutine | leq_bicgs0 (VNAME, VNO, VAR, A_M, B_m, cmethod, TOL, ITMAX, MATVEC, MSOLVE, USE_PC, IER) |
subroutine leq_bicgs | ( | character(len=*), intent(in) | VNAME, |
integer, intent(in) | VNO, | ||
double precision, dimension(dimension_3), intent(inout) | VAR, | ||
intent(inout) | A_M, | ||
double precision, dimension(dimension_3), intent(inout) | B_m, | ||
character(len=*), intent(in) | cmethod, | ||
double precision, intent(in) | TOL, | ||
character(len=4), intent(in) | PC, | ||
integer, intent(in) | ITMAX, | ||
integer, intent(inout) | IER | ||
) |
Definition at line 25 of file leq_bicgs.f.
subroutine leq_bicgs0 | ( | character(len=*), intent(in) | VNAME, |
integer, intent(in) | VNO, | ||
double precision, dimension(dimension_3), intent(inout) | VAR, | ||
A_M, | |||
double precision, dimension(dimension_3), intent(inout) | B_m, | ||
character(len=*), intent(in) | cmethod, | ||
double precision, intent(in) | TOL, | ||
integer, intent(in) | ITMAX, | ||
MATVEC, | |||
MSOLVE, | |||
logical, intent(in) | USE_PC, | ||
integer, intent(inout) | IER | ||
) |
Definition at line 109 of file leq_bicgs.f.