Go to the source code of this file.
|
subroutine | dcpldu (B, A, MESH, COPY, LV) |
|
◆ dcpldu()
subroutine dcpldu |
( |
type(bief_obj), intent(inout) |
B, |
|
|
type(bief_obj), intent(in) |
A, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
logical, intent(in) |
COPY, |
|
|
integer, intent(in) |
LV |
|
) |
| |
- Parameters
-
[in,out] | b | [out] A Matrix a. |
[out] | B | Matrice b, the result. |
[in] | COPY | If .true. a is copied into b. IF .FALSE. B IS CONSIDERED ALREADY INITIALISED |
[in] | LV | Vector length of the computer |
[in] | MESH | Mesh structure |
Definition at line 7 of file dcpldu.f.