Go to the source code of this file.
|
subroutine | projec (X, Y, ZF, XRELV, YRELV, ZRELV, NBAT, NBOR, NPTFR, NFOND, NBFOND, FOND, DM, FONTRI, CORTRI, MAILLE, NGEO, KP1BOR) |
|
◆ projec()
subroutine projec |
( |
double precision, dimension(*), intent(in) |
X, |
|
|
double precision, dimension(*), intent(in) |
Y, |
|
|
double precision, dimension(*), intent(inout) |
ZF, |
|
|
double precision, dimension(*), intent(inout) |
XRELV, |
|
|
double precision, dimension(*), intent(inout) |
YRELV, |
|
|
double precision, dimension(*), intent(inout) |
ZRELV, |
|
|
integer, intent(in) |
NBAT, |
|
|
integer, dimension(nptfr,2), intent(in) |
NBOR, |
|
|
integer, intent(in) |
NPTFR, |
|
|
integer, dimension(*), intent(in) |
NFOND, |
|
|
integer, intent(in) |
NBFOND, |
|
|
character(len=72), dimension(nbfond), intent(in) |
FOND, |
|
|
double precision, intent(in) |
DM, |
|
|
logical, intent(in) |
FONTRI, |
|
|
double precision, intent(in) |
CORTRI, |
|
|
character(len=9), intent(in) |
MAILLE, |
|
|
integer, intent(in) |
NGEO, |
|
|
integer, dimension(nptfr), intent(in) |
KP1BOR |
|
) |
| |
- Parameters
-
[in] | nptfr | MESH Type des elements du maillage |
[in] | NDP | Nombre de noeuds par elements |
[in] | NPOIN | Nombre total de noeuds du maillage |
[in] | NELEM | Nombre total d'elements du maillage |
[in] | NPMAX | Dimension effective des tableaux x et y (NPMAX = NPOIN + 0.1*NELEM) |
[in] | NELMAX | Dimension effective des tableaux concernant LES ELEMENTS (NELMAX = NELEM + 0.2*NELEM) |
| | |
Definition at line 9 of file projec.f.