The GiD local numeration of the element faces is:
Triangle: 12 23 31
Quadrilateral: 12 23 34 41
Tetrahedra: 123 243 341 421
Hexahedra: 1234 1485 1562 2673 3784 5876For example, in order to identify the second hexahedral face: 1484, you can see that is the only face
whith a “4” in the second location, then can use this fact to identify.
*if(Localnodes(2,int)==4)
FACE 1484
*endif
Localnodes return the local node number (1 to 8) of the face
Globalnodes return the global node number (the label node number) of the face
ElemsConec return the global node number of the element
You can also use:
*if(GlobalNodes(2,int)==ElemsConec(4,int))^
FACE 1484
*endif
But the first form is faster (avoid to call ElemsConec).
Regards
Enrique Escolano
----- Original Message -----
From: De silva mahinda
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, September 30, 2004 11:25 AM
Subject: [GiDlist] regarding conectivity
Dear Sir,
i am trying to find the face numbers of the 8 node solid elements. so one of my friend, he has used following command for that. and he is now not working here with me. so i can’t ask it from him..
GlobalNodes(2,int)==ElemsConec(4,int)
please explain..what will show from..GlobalNodes(2,int)
and ElemsConec(4,int)
looking to hear from you soon..
De silva
\
Protect your PC - Click here for McAfee.com VirusScan Online _______________________________________________ GiDlist mailing list GiDlist at gid.cimne.upc.es http://gid.cimne.upc.es/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20041001/cad0e0a5/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: image/gif
Size: 6647 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20041001/cad0e0a5/attachment.gif