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

Go to the source code of this file.

Functions/Subroutines

subroutine comp_seg (NELEM, NELMAX, IELM, IKLE, GLOSEG, MAXSEG, ELTSEG, ORISEG, NSEG)
 

Function/Subroutine Documentation

◆ comp_seg()

subroutine comp_seg ( integer, intent(in)  NELEM,
integer, intent(in)  NELMAX,
integer, intent(in)  IELM,
integer, dimension(nelmax,*), intent(in)  IKLE,
integer, dimension(maxseg,2), intent(inout)  GLOSEG,
integer, intent(in)  MAXSEG,
integer, dimension(nelmax,*), intent(inout)  ELTSEG,
integer, dimension(nelmax,*), intent(inout)  ORISEG,
integer, intent(in)  NSEG 
)
Parameters
[in]nelmax[out] ELTSEG Segments of every triangle.
[out]GLOSEGGlobal numbers of points of segments.
[in]IELM11: triangles. 21: QUADRILATERES.
[in]IKLENumeros globaux des points de chaque element.
[out]MAXSEG1st dimension of maxseg.
[in]NELEMNombre d'elements dans le maillage.
[in]NELMAXNombre maximum d'elements dans le maillage. (CAS DES MAILLAGES ADAPTATIFS)
[out]NSEGNumber of segments of the mesh.
[in]ORISEGOrientation of segments
[in]nseg[out] ELTSEG Segments of every triangle.
[out]GLOSEGGlobal numbers of points of segments.
[in]IELM11: triangles. 21: QUADRILATERES.
[in]IKLENumeros globaux des points de chaque element.
[out]MAXSEG1st dimension of maxseg.
[in]NELEMNombre d'elements dans le maillage.
[in]NELMAXNombre maximum d'elements dans le maillage. (CAS DES MAILLAGES ADAPTATIFS)
[out]NSEGNumber of segments of the mesh.
[in]ORISEGOrientation of segments
[in]maxseg[out] ELTSEG Segments of every triangle.
[out]GLOSEGGlobal numbers of points of segments.
[in]IELM11: triangles. 21: QUADRILATERES.
[in]IKLENumeros globaux des points de chaque element.
[out]MAXSEG1st dimension of maxseg.
[in]NELEMNombre d'elements dans le maillage.
[in]NELMAXNombre maximum d'elements dans le maillage. (CAS DES MAILLAGES ADAPTATIFS)
[out]NSEGNumber of segments of the mesh.
[in]ORISEGOrientation of segments
[in]ielm[out] ELTSEG Segments of every triangle.
[out]GLOSEGGlobal numbers of points of segments.
[in]IELM11: triangles. 21: QUADRILATERES.
[in]IKLENumeros globaux des points de chaque element.
[out]MAXSEG1st dimension of maxseg.
[in]NELEMNombre d'elements dans le maillage.
[in]NELMAXNombre maximum d'elements dans le maillage. (CAS DES MAILLAGES ADAPTATIFS)
[out]NSEGNumber of segments of the mesh.
[in]ORISEGOrientation of segments
[in]nelem[out] ELTSEG Segments of every triangle.
[out]GLOSEGGlobal numbers of points of segments.
[in]IELM11: triangles. 21: QUADRILATERES.
[in]IKLENumeros globaux des points de chaque element.
[out]MAXSEG1st dimension of maxseg.
[in]NELEMNombre d'elements dans le maillage.
[in]NELMAXNombre maximum d'elements dans le maillage. (CAS DES MAILLAGES ADAPTATIFS)
[out]NSEGNumber of segments of the mesh.
[in]ORISEGOrientation of segments

Definition at line 7 of file comp_seg.f.

+ Here is the caller graph for this function: