Go to the source code of this file.
|
subroutine | mt06pp (T, XM, XMUL, SF, F, Z, SURFAC, IKLE, NELEM, NELMAX) |
|
◆ mt06pp()
subroutine mt06pp |
( |
double precision, dimension(nelmax,6), intent(inout) |
T, |
|
|
double precision, dimension(nelmax,30), intent(inout) |
XM, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SF, |
|
|
double precision, dimension(*), intent(in) |
F, |
|
|
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 | F Function used in the formula |
[in] | FORMUL | Formula describing the resulting matrix |
[in] | IKLE | Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Structure of functions f |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[in] | Z | Elevations of points |
[in,out] | XM | Off-diagonal terms |
[in] | XMUL | Coefficient for multiplication |
[in] | nelmax | F Function used in the formula |
[in] | FORMUL | Formula describing the resulting matrix |
[in] | IKLE | Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Structure of functions f |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[in] | Z | Elevations of points |
[in,out] | XM | Off-diagonal terms |
[in] | XMUL | Coefficient for multiplication |
Definition at line 7 of file mt06pp.f.