Go to the source code of this file.
|
subroutine | downup (X, A, B, DITR, MESH) |
|
◆ downup()
subroutine downup |
( |
type(bief_obj), intent(inout) |
X, |
|
|
type(bief_obj), intent(in) |
A, |
|
|
type(bief_obj), intent(in) |
B, |
|
|
character(len=1), intent(in) |
DITR, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in,out] | x | [in] A Matrix a |
[out] | B | Right-hand side of the system |
[in] | DITR | Option 'd' : matrix a is taken 'T' : MATRIX TRANSPOSED(A) |
[in] | MESH | Mesh structure |
[out] | X | Solution of system ax = b |
Definition at line 7 of file downup.f.