Go to the source code of this file.
|
subroutine | sd_solve_1 (NPOIN, NSEGB, GLOSEG, MAXSEG, DA, XA, XINC, RHS, INFOGR, TYPEXT) |
|
◆ sd_solve_1()
subroutine sd_solve_1 |
( |
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NSEGB, |
|
|
integer, dimension(maxseg,2), intent(in) |
GLOSEG, |
|
|
integer, intent(in) |
MAXSEG, |
|
|
double precision, dimension(npoin), intent(inout) |
DA, |
|
|
double precision, dimension(*), intent(in) |
XA, |
|
|
double precision, dimension(npoin), intent(inout) |
XINC, |
|
|
double precision, dimension(npoin), intent(in) |
RHS, |
|
|
logical, intent(in) |
INFOGR, |
|
|
character(len=1), intent(in) |
TYPEXT |
|
) |
| |
- Parameters
-
[in] | npoin | DA Matrix diagonal coefficients |
[in] | XA | Off-diagonal term of matrix |
[in] | GLOSEG | Global number of segments of the matrix |
[in] | INFOGR | If, yes informations on listing |
[in] | MAXSEG | Maximum number of segments |
[in] | NPOIN | Number of unknown |
[in] | NSEGB | Number of segments |
[in] | RHS | Second member of linear equation |
| | |
Definition at line 7 of file sd_solve_1.f.