Go to the source code of this file.
|
subroutine | cflp11 (U, V, X, Y, IKLE, NELEM, NELMAX, W1) |
|
◆ cflp11()
subroutine cflp11 |
( |
double precision, dimension(*), intent(in) |
U, |
|
|
double precision, dimension(*), intent(in) |
V, |
|
|
double precision, dimension(nelmax,*), intent(in) |
X, |
|
|
double precision, dimension(nelmax,*), intent(in) |
Y, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
double precision, dimension(nelmax,*), intent(inout) |
W1 |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle, maximum number of elements IN THE MESH |
[in] | U | Velocity along x. |
[in] | V | Velocity along y. |
[in] | W1 | Result in non assembled form |
[in] | X | Abscissae of points given per element |
[in] | Y | Ordinates of points given per element |
[in] | nelmax | IKLE Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle, maximum number of elements IN THE MESH |
[in] | U | Velocity along x. |
[in] | V | Velocity along y. |
[in] | W1 | Result in non assembled form |
[in] | X | Abscissae of points given per element |
[in] | Y | Ordinates of points given per element |
Definition at line 7 of file cflp11.f.