Go to the source code of this file.
|
subroutine | asmve1 (X, IKLE, W, NPOIN, NELEM, NELMAX, LV) |
|
◆ asmve1()
subroutine asmve1 |
( |
double precision, dimension(npoin), intent(inout) |
X, |
|
|
integer, dimension(nelmax), intent(in) |
IKLE, |
|
|
double precision, dimension(nelmax), intent(in) |
W, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
LV |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table |
[in] | LV | Vector length of the computer |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[in] | NPOIN | Number of points in x |
[in] | W | Work array with a non assembled form of the RESULT |
[in,out] | X | Assembled vector |
[in] | nelmax | IKLE Connectivity table |
[in] | LV | Vector length of the computer |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[in] | NPOIN | Number of points in x |
[in] | W | Work array with a non assembled form of the RESULT |
[in,out] | X | Assembled vector |
[in] | npoin | IKLE Connectivity table |
[in] | LV | Vector length of the computer |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[in] | NPOIN | Number of points in x |
[in] | W | Work array with a non assembled form of the RESULT |
[in,out] | X | Assembled vector |
[in] | lv | IKLE Connectivity table |
[in] | LV | Vector length of the computer |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[in] | NPOIN | Number of points in x |
[in] | W | Work array with a non assembled form of the RESULT |
[in,out] | X | Assembled vector |
Definition at line 7 of file asmve1.f.