Go to the source code of this file.
|
subroutine | puog (X, A, B, DITR, MESH, COPY) |
|
◆ puog()
subroutine puog |
( |
type(bief_obj), intent(inout) |
X, |
|
|
type(bief_obj), intent(in) |
A, |
|
|
type(bief_obj), intent(inout) |
B, |
|
|
character(len=1), intent(in) |
DITR, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
logical, intent(in) |
COPY |
|
) |
| |
- Parameters
-
[in] | ditr | [out] A Matrix in ldu form |
[out] | B | Right-hand side of the linear system to be solved |
[in] | COPY | If .true. b is copied into x to start with |
[in] | DITR | Character, if 'd' : direct matrix a considered 'T' : TRANSPOSED MATRIX A CONSIDERED |
[in] | MESH | Mesh structure |
[out] | X | Solution of the system ax = b |
Definition at line 7 of file puog.f.