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

Go to the source code of this file.

Functions/Subroutines

subroutine mt04pp (T, XM, XMUL, SU, SV, SW, U, V, X, Y, Z, SURFAC, IKLE, NELEM, NELMAX, FORMUL)
 

Function/Subroutine Documentation

◆ mt04pp()

subroutine mt04pp ( double precision, dimension(nelmax,6), intent(inout)  T,
double precision, dimension(nelmax,30), intent(inout)  XM,
double precision, intent(in)  XMUL,
type(bief_obj), intent(in)  SU,
type(bief_obj), intent(in)  SV,
type(bief_obj), intent(in)  SW,
double precision, dimension(*), intent(in)  U,
double precision, dimension(*), intent(in)  V,
double precision, dimension(nelmax,6), intent(in)  X,
double precision, dimension(nelmax,6), intent(in)  Y,
double precision, dimension(*), intent(in)  Z,
double precision, dimension(nelmax), intent(in)  SURFAC,
integer, dimension(nelmax,6), intent(in)  IKLE,
integer, intent(in)  NELEM,
integer, intent(in)  NELMAX,
character(len=16), intent(in)  FORMUL 
)
Parameters
[in]nelemFORMUL Formula describing the resulting matrix
[in]IKLEConnectivity table.
[in]NELEMNumber of elements
[in]NELMAXMaximum number of elements
[in]SUStructure of functions u
[in]SVStructure of functions v
[in]SWStructure of functions w
[in]SURFACArea of 2d elements
[in,out]TWork array for element by element diagonal
[in]UFunction used in the formula
[in]VFunction used in the formula
[in]XAbscissae of points, per element
[in]YOrdinates of points, per element
[in]ZElevations of points, still per points !!!
[in,out]XMOff-diagonal terms
[in]XMULCoefficient for multiplication
[in]nelmaxFORMUL Formula describing the resulting matrix
[in]IKLEConnectivity table.
[in]NELEMNumber of elements
[in]NELMAXMaximum number of elements
[in]SUStructure of functions u
[in]SVStructure of functions v
[in]SWStructure of functions w
[in]SURFACArea of 2d elements
[in,out]TWork array for element by element diagonal
[in]UFunction used in the formula
[in]VFunction used in the formula
[in]XAbscissae of points, per element
[in]YOrdinates of points, per element
[in]ZElevations of points, still per points !!!
[in,out]XMOff-diagonal terms
[in]XMULCoefficient for multiplication

Definition at line 7 of file mt04pp.f.

+ Here is the caller graph for this function: