![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | solve_lin_eq (VNAME, Vno, VAR, A_M, B_M, M, ITMAX, METHOD, SWEEP, TOL1, PC, IER) |
| subroutine solve_lin_eq | ( | character(len=*), intent(in) | VNAME, |
| integer, intent(in) | Vno, | ||
| double precision, dimension(dimension_3), intent(inout) | VAR, | ||
| 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, | ||
| integer, intent(in) | M, | ||
| integer, intent(in) | ITMAX, | ||
| integer, intent(in) | METHOD, | ||
| character(len=4), intent(in) | SWEEP, | ||
| double precision, intent(in) | TOL1, | ||
| character(len=4), intent(in) | PC, | ||
| integer, intent(inout) | IER | ||
| ) |
Definition at line 19 of file solve_lin_eq.f.

