Go to the source code of this file.
|
subroutine | ranbo (NBOR, KP1BOR, IFABOR, IKLE, NCOLOR, TRAV1, NPTFR, X, Y, NCOLFR, NDP, NPOIN, NELEM, NELMAX, MESH) |
|
◆ ranbo()
subroutine ranbo |
( |
integer, dimension(*), intent(inout) |
NBOR, |
|
|
integer, dimension(*), intent(inout) |
KP1BOR, |
|
|
integer, dimension(nelmax,*), intent(in) |
IFABOR, |
|
|
integer, dimension(nelmax,ndp), intent(in) |
IKLE, |
|
|
integer, dimension(*), intent(in) |
NCOLOR, |
|
|
integer, dimension(npoin,2), intent(inout) |
TRAV1, |
|
|
integer, intent(inout) |
NPTFR, |
|
|
double precision, dimension(npoin), intent(in) |
X, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
integer, dimension(*), intent(inout) |
NCOLFR, |
|
|
integer, intent(in) |
NDP, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in] | ndp | 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] | NELMAX | Dimension effective des tableaux concernant LES ELEMENTS (NELMAX = NELEM + 0.2*NELEM) |
| | |
Definition at line 8 of file ranbo.f.