The TELEMAC-MASCARET system  trunk
Functions/Subroutines
interp.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine interp (XINIT, YINIT, IKINIT, NPINIT, NEINIT, X, Y, NPOIN, NPMAX, SHP, ELT)
 

Function/Subroutine Documentation

◆ 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]npinitMESH Type des elements du maillage
[in]NDPNombre de noeuds par elements
[in]NPOINNombre total de noeuds du maillage
[in]NELEMNombre total d'elements du maillage
[in]NPMAXDimension effective des tableaux x et y (NPMAX = NPOIN + 0.1*NELEM)
[in]NELMAXDimension effective des tableaux concernant LES ELEMENTS (NELMAX = NELEM + 0.2*NELEM)

Definition at line 8 of file interp.f.

+ Here is the caller graph for this function: