Go to the source code of this file.
|
subroutine | mt01tt (T, XM, XMUL, X, Y, Z, IKLE, NELEM, NELMAX) |
|
◆ mt01tt()
subroutine mt01tt |
( |
double precision, dimension(nelmax,4), intent(inout) |
T, |
|
|
double precision, dimension(nelmax,6), intent(inout) |
XM, |
|
|
double precision, intent(in) |
XMUL, |
|
|
double precision, dimension(*), intent(in) |
X, |
|
|
double precision, dimension(*), intent(in) |
Y, |
|
|
double precision, dimension(*), intent(in) |
Z, |
|
|
integer, dimension(nelmax,4), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SURFAC | Area of triangles |
[out] | T | Non assembled diagonal |
[out] | XM | Non assembled off-diagonal terms |
[in] | XMUL | Multiplication factor |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[in] | Z | Elevations of points in the mesh |
[in] | nelmax | IKLE Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SURFAC | Area of triangles |
[out] | T | Non assembled diagonal |
[out] | XM | Non assembled off-diagonal terms |
[in] | XMUL | Multiplication factor |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[in] | Z | Elevations of points in the mesh |
Definition at line 7 of file mt01tt.f.