Go to the source code of this file.
|
subroutine | mt02pt (T, XM, XMUL, SF, SG, SH, F, G, H, X, Y, Z, IKLE, NELEM, NELMAX, INCHYD) |
|
◆ mt02pt()
subroutine mt02pt |
( |
double precision, dimension(nelmax,6), intent(inout) |
T, |
|
|
double precision, dimension(nelmax,15), intent(inout) |
XM, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SF, |
|
|
type(bief_obj), intent(in) |
SG, |
|
|
type(bief_obj), intent(in) |
SH, |
|
|
double precision, dimension(*), intent(in) |
F, |
|
|
double precision, dimension(*), intent(in) |
G, |
|
|
double precision, dimension(*), intent(in) |
H, |
|
|
double precision, dimension(*), intent(in) |
X, |
|
|
double precision, dimension(*), intent(in) |
Y, |
|
|
double precision, dimension(*), intent(in) |
Z, |
|
|
integer, dimension(nelmax,6), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
logical, intent(in) |
INCHYD |
|
) |
| |
- Parameters
-
[in] | nelem | F Function used in the formula |
[in] | FORMUL | Formula describing the resulting matrix |
[in] | G | Function used in the formula |
[in] | H | Function used in the formula |
[in] | IKLE | Connectivity table. |
[in] | INCHYD | If yes, treats hydrostatic inconsistencies |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | NPLAN | Number of planes in the mesh of prisms |
[in] | SF | Structure of functions f |
[in] | SG | Structure of functions g |
[in] | SH | Structure of functions h |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[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 | F Function used in the formula |
[in] | FORMUL | Formula describing the resulting matrix |
[in] | G | Function used in the formula |
[in] | H | Function used in the formula |
[in] | IKLE | Connectivity table. |
[in] | INCHYD | If yes, treats hydrostatic inconsistencies |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | NPLAN | Number of planes in the mesh of prisms |
[in] | SF | Structure of functions f |
[in] | SG | Structure of functions g |
[in] | SH | Structure of functions h |
[in] | SURFAC | Area of 2d elements |
[in,out] | T | Work array for element by element diagonal |
[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 mt02pt.f.