Go to the source code of this file.
|
subroutine | cordep (IKLE, LGVEC) |
|
◆ cordep()
subroutine cordep |
( |
integer, dimension(nelmax,4), intent(inout) |
IKLE, |
|
|
integer, intent(in) |
LGVEC |
|
) |
| |
- Parameters
-
[in,out] | ikle | [in] 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'elemts 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 cordep.f.