The TELEMAC-MASCARET system
trunk
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sd_solve_4 (NPOIN, NSEGB, GLOSEGB, DAB1, DAB2, DAB3, DAB4, XAB1, XAB2, XAB3, XAB4, XX1, XX2, CVB1, CVB2, INFOGR, TYPEXT1, TYPEXT2, TYPEXT3, TYPEXT4) |
subroutine sd_solve_4 | ( | integer, intent(in) | NPOIN, |
integer, intent(in) | NSEGB, | ||
integer, dimension(nsegb*2), intent(in) | GLOSEGB, | ||
double precision, dimension(npoin), intent(in) | DAB1, | ||
double precision, dimension(npoin), intent(in) | DAB2, | ||
double precision, dimension(npoin), intent(in) | DAB3, | ||
double precision, dimension(npoin), intent(in) | DAB4, | ||
double precision, dimension(*), intent(in) | XAB1, | ||
double precision, dimension(*), intent(in) | XAB2, | ||
double precision, dimension(*), intent(in) | XAB3, | ||
double precision, dimension(*), intent(in) | XAB4, | ||
double precision, dimension(npoin), intent(inout) | XX1, | ||
double precision, dimension(npoin), intent(inout) | XX2, | ||
double precision, dimension(npoin), intent(in) | CVB1, | ||
double precision, dimension(npoin), intent(in) | CVB2, | ||
logical, intent(in) | INFOGR, | ||
character(len=1), intent(in) | TYPEXT1, | ||
character(len=1), intent(in) | TYPEXT2, | ||
character(len=1), intent(in) | TYPEXT3, | ||
character(len=1), intent(in) | TYPEXT4 | ||
) |
[in] | npoin | DABX Diagonal terms of sub-matrix x |
[in] | GLOSEGB | Global number of segment of a sub-matrix |
[in] | INFOGR | If, yes informations on listing |
[in] | NPOIN | Nombre d'inconnues |
[in] | NSEGB | Nombre de segments |
[in] | TYPEXT1 | Type of matrix storage : block 1 |
[in] | TYPEXT2 | Type of matrix storage : block 2 |
[in] | TYPEXT3 | Type of matrix storage : block 3 |
[in] | TYPEXT4 | Type of matrix storage : block 4 |
[in] | XABX | Off-diagonal terms of sub-matrix x |
[in] | nsegb | DABX Diagonal terms of sub-matrix x |
[in] | GLOSEGB | Global number of segment of a sub-matrix |
[in] | INFOGR | If, yes informations on listing |
[in] | NPOIN | Nombre d'inconnues |
[in] | NSEGB | Nombre de segments |
[in] | TYPEXT1 | Type of matrix storage : block 1 |
[in] | TYPEXT2 | Type of matrix storage : block 2 |
[in] | TYPEXT3 | Type of matrix storage : block 3 |
[in] | TYPEXT4 | Type of matrix storage : block 4 |
[in] | XABX | Off-diagonal terms of sub-matrix x |
Definition at line 8 of file sd_solve_4.f.