Go to the source code of this file.
|
subroutine | read_drogues (NP, NP_MAX, XP, YP, ZP, TAGP, CLSP, ELTP, SHPP, NPOIN2, NPOIN3, NELEM, NELMAX, IKLE, X, Y, T2DPLO) |
|
◆ read_drogues()
subroutine read_drogues |
( |
integer, intent(inout) |
NP, |
|
|
integer, intent(in) |
NP_MAX, |
|
|
double precision, dimension(np_max), intent(inout) |
XP, |
|
|
double precision, dimension(np_max), intent(inout) |
YP, |
|
|
double precision, dimension(np_max), intent(inout) |
ZP, |
|
|
integer, dimension(np_max), intent(inout) |
TAGP, |
|
|
integer, dimension(np_max), intent(inout) |
CLSP, |
|
|
integer, dimension(np_max), intent(inout) |
ELTP, |
|
|
double precision, dimension(3,np_max), intent(inout) |
SHPP, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NPOIN3, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, dimension(nelmax,3), intent(in) |
IKLE, |
|
|
double precision, dimension(npoin2), intent(in) |
X, |
|
|
double precision, dimension(npoin2), intent(in) |
Y, |
|
|
type(bief_file), intent(in) |
T2DPLO |
|
) |
| |
- Parameters
-
[in] | t2dplo | [out] CLSP Class of drogues |
[out] | ELTP | Element for each drogue |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | Maximum number of elements in the mesh |
[out] | NP | Number of drogues |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NPOIN3 | Number of points of 3d mesh |
[in] | NP_MAX | Maximum number of drogues |
[out] | SHPP | Barycentric coordinates of drogues in their ELEMENTS. |
[out] | TAGP | Tag of drogues |
[in] | T2DPLO | Previous drogues computation file |
[in] | X | Abscissae of points in the mesh |
[out] | XP | Abscissae of drogues |
[in] | Y | Ordinates of points in the mesh |
[out] | YP | Ordinates of drogues |
[out] | ZP | Elevations of drogues |
Definition at line 8 of file read_drogues.f.