Go to the source code of this file.
|
subroutine | trid3d (XAUX, X, B, NPOIN, NPOIN2) |
|
◆ trid3d()
subroutine trid3d |
( |
double precision, dimension(npoin,*), intent(inout) |
XAUX, |
|
|
double precision, dimension(npoin2,*), intent(inout) |
X, |
|
|
double precision, dimension(npoin2,*), intent(in) |
B, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NPOIN2 |
|
) |
| |
- Parameters
-
[in] | npoin | B Right-hand side of system |
[in] | NPOIN | Number of points |
[in] | NPOIN2 | Number of points in 2d |
[out] | X | Solution of system |
[in] | XAUX | Tri-diagonal matrix |
[in] | npoin2 | B Right-hand side of system |
[in] | NPOIN | Number of points |
[in] | NPOIN2 | Number of points in 2d |
[out] | X | Solution of system |
[in] | XAUX | Tri-diagonal matrix |
Definition at line 7 of file trid3d.f.