Go to the source code of this file.
|
subroutine | interp (XINIT, YINIT, IKINIT, NPINIT, NEINIT, X, Y, NPOIN, NPMAX, SHP, ELT) |
|
◆ interp()
subroutine interp |
( |
double precision, dimension(npinit), intent(in) |
XINIT, |
|
|
double precision, dimension(npinit), intent(in) |
YINIT, |
|
|
integer, dimension(neinit,3), intent(in) |
IKINIT, |
|
|
integer, intent(in) |
NPINIT, |
|
|
integer, intent(in) |
NEINIT, |
|
|
double precision, dimension(npmax), intent(in) |
X, |
|
|
double precision, dimension(npmax), intent(in) |
Y, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NPMAX, |
|
|
double precision, dimension(npmax,3), intent(inout) |
SHP, |
|
|
integer, dimension(npmax), intent(inout) |
ELT |
|
) |
| |
- Parameters
-
[in] | npinit | 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 8 of file interp.f.