Go to the source code of this file.
|
subroutine | cg1112 (X, DIM1, DIM2, IKLE, NELEM, NELMAX) |
|
◆ cg1112()
subroutine cg1112 |
( |
double precision, dimension(dim1,dim2), intent(inout) |
X, |
|
|
integer, intent(in) |
DIM1, |
|
|
integer, intent(in) |
DIM2, |
|
|
integer, dimension(nelmax,4), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | DIM1 First dimension of x |
[in] | DIM2 | Second dimension of x |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[out] | X | Vector to be modified. |
[in] | nelmax | DIM1 First dimension of x |
[in] | DIM2 | Second dimension of x |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[out] | X | Vector to be modified. |
[in] | dim1 | DIM1 First dimension of x |
[in] | DIM2 | Second dimension of x |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[out] | X | Vector to be modified. |
[in] | dim2 | DIM1 First dimension of x |
[in] | DIM2 | Second dimension of x |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | First dimension of ikle and w. |
[out] | X | Vector to be modified. |
Definition at line 7 of file cg1112.f.