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

Go to the source code of this file.

Functions/Subroutines

subroutine mt02pt (T, XM, XMUL, SF, SG, SH, F, G, H, X, Y, Z, IKLE, NELEM, NELMAX, INCHYD)
 

Function/Subroutine Documentation

◆ mt02pt()

subroutine mt02pt ( double precision, dimension(nelmax,6), intent(inout)  T,
double precision, dimension(nelmax,15), intent(inout)  XM,
double precision, intent(in)  XMUL,
type(bief_obj), intent(in)  SF,
type(bief_obj), intent(in)  SG,
type(bief_obj), intent(in)  SH,
double precision, dimension(*), intent(in)  F,
double precision, dimension(*), intent(in)  G,
double precision, dimension(*), intent(in)  H,
double precision, dimension(*), intent(in)  X,
double precision, dimension(*), intent(in)  Y,
double precision, dimension(*), intent(in)  Z,
integer, dimension(nelmax,6), intent(in)  IKLE,
integer, intent(in)  NELEM,
integer, intent(in)  NELMAX,
logical, intent(in)  INCHYD 
)
Parameters
[in]nelemF Function used in the formula
[in]FORMULFormula describing the resulting matrix
[in]GFunction used in the formula
[in]HFunction used in the formula
[in]IKLEConnectivity table.
[in]INCHYDIf yes, treats hydrostatic inconsistencies
[in]NELEMNumber of elements
[in]NELMAXMaximum number of elements
[in]NPLANNumber of planes in the mesh of prisms
[in]SFStructure of functions f
[in]SGStructure of functions g
[in]SHStructure of functions h
[in]SURFACArea of 2d elements
[in,out]TWork array for element by element diagonal
[in]XAbscissae of points
[in]YOrdinates of points
[in]ZElevations of points
[in,out]XMOff-diagonal terms
[in]XMULCoefficient for multiplication
[in]nelmaxF Function used in the formula
[in]FORMULFormula describing the resulting matrix
[in]GFunction used in the formula
[in]HFunction used in the formula
[in]IKLEConnectivity table.
[in]INCHYDIf yes, treats hydrostatic inconsistencies
[in]NELEMNumber of elements
[in]NELMAXMaximum number of elements
[in]NPLANNumber of planes in the mesh of prisms
[in]SFStructure of functions f
[in]SGStructure of functions g
[in]SHStructure of functions h
[in]SURFACArea of 2d elements
[in,out]TWork array for element by element diagonal
[in]XAbscissae of points
[in]YOrdinates of points
[in]ZElevations of points
[in,out]XMOff-diagonal terms
[in]XMULCoefficient for multiplication

Definition at line 7 of file mt02pt.f.