Go to the source code of this file.
|
subroutine | mt04tt (T, XM, XMUL, SU, SV, SW, U, V, W, X, Y, Z, IKLE, NELEM, NELMAX, FORMUL) |
|
◆ mt04tt()
subroutine mt04tt |
( |
double precision, dimension(nelmax,4), intent(inout) |
T, |
|
|
double precision, dimension(nelmax,6), intent(inout) |
XM, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SU, |
|
|
type(bief_obj), intent(in) |
SV, |
|
|
type(bief_obj), intent(in) |
SW, |
|
|
double precision, dimension(*), intent(in) |
U, |
|
|
double precision, dimension(*), intent(in) |
V, |
|
|
double precision, dimension(*), intent(in) |
W, |
|
|
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, |
|
|
character(len=16), intent(in) |
FORMUL |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SU | Structure of functions u |
[in] | SV | Structure of functions v |
[in] | SW | Structure of functions w |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[in] | U | Function used in the formula |
[in] | V | Function used in the formula |
[in] | W | Function used in the formula |
[in] | X | Abscissae of points |
[in] | Y | Ordinates of points |
[in] | Z | Elevations of points |
[in,out] | XM | Off-diagonal terms |
[in] | XMUL | Coefficient for multiplication |
[in] | nelmax | IKLE Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SU | Structure of functions u |
[in] | SV | Structure of functions v |
[in] | SW | Structure of functions w |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[in] | U | Function used in the formula |
[in] | V | Function used in the formula |
[in] | W | Function used in the formula |
[in] | X | Abscissae of points |
[in] | Y | Ordinates of points |
[in] | Z | Elevations of points |
[in,out] | XM | Off-diagonal terms |
[in] | XMUL | Coefficient for multiplication |
Definition at line 7 of file mt04tt.f.