Go to the source code of this file.
|
subroutine | veclen (LV, NDP, IKLE, NELEM, NELMAX, NPOIN, V) |
|
◆ veclen()
subroutine veclen |
( |
integer, intent(inout) |
LV, |
|
|
integer, intent(in) |
NDP, |
|
|
integer, dimension(nelmax,ndp), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, dimension(npoin), intent(inout) |
V |
|
) |
| |
- Parameters
-
[in,out] | lv | [in] IKLE Connectivity table. |
[in] | LV | Vector length of the machine |
[in] | NDP | Number of points per element |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | NPOIN | Number of points |
[in] | V | Array of size npoin |
Definition at line 7 of file veclen.f.