Go to the source code of this file.
|
subroutine | mt01pp (T, XM, XMUL, Z, SURFAC, IKLE, NELEM, NELMAX) |
|
◆ mt01pp()
subroutine mt01pp |
( |
double precision, dimension(nelmax,6), intent(inout) |
T, |
|
|
double precision, dimension(nelmax,30), intent(inout) |
XM, |
|
|
double precision, intent(in) |
XMUL, |
|
|
double precision, dimension(*), intent(in) |
Z, |
|
|
double precision, dimension(nelmax), intent(in) |
SURFAC, |
|
|
integer, dimension(nelmax,6), 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] | 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] | Z | Elevations of points in the mesh |
Definition at line 7 of file mt01pp.f.