Go to the source code of this file.
|
subroutine | verifs (IFABOR, IKLE, TRAV1, NPTFR, NUMPB, NBPB) |
|
◆ verifs()
subroutine verifs |
( |
integer, dimension(nelmax,*), intent(in) |
IFABOR, |
|
|
integer, dimension(nelmax,4), intent(in) |
IKLE, |
|
|
integer, dimension(npoin,2), intent(inout) |
TRAV1, |
|
|
integer, intent(inout) |
NPTFR, |
|
|
integer, dimension(100), intent(inout) |
NUMPB, |
|
|
integer, intent(inout) |
NBPB |
|
) |
| |
- Parameters
-
[in] | ifabor | 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 7 of file verifs.f.