Go to the source code of this file.
|
subroutine | kspg11 (KX, KY, XEL, YEL, U, V, IKLE, NELEM, NELMAX, XMUL) |
|
◆ kspg11()
subroutine kspg11 |
( |
double precision, dimension(nelem), intent(inout) |
KX, |
|
|
double precision, dimension(nelem), intent(inout) |
KY, |
|
|
double precision, dimension(nelmax,*), intent(in) |
XEL, |
|
|
double precision, dimension(nelmax,*), intent(in) |
YEL, |
|
|
double precision, dimension(*), intent(in) |
U, |
|
|
double precision, dimension(*), intent(in) |
V, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
double precision, intent(in) |
XMUL |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table. |
[in] | KX | First component of resulting vector |
[in] | KY | Second component of resulting vector |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | U | First component of velocity |
[in] | V | Second component of velocity |
[in] | XMUL | Multiplication coeficient |
[in] | nelmax | IKLE Connectivity table. |
[in] | KX | First component of resulting vector |
[in] | KY | Second component of resulting vector |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | U | First component of velocity |
[in] | V | Second component of velocity |
[in] | XMUL | Multiplication coeficient |
Definition at line 7 of file kspg11.f.