[GiDlist] Repeating the third node

Moderator: GiD Team

Post Reply
kalo81 at virgilio.it

[GiDlist] Repeating the third node

Post by kalo81 at virgilio.it »

Dear GiD Team,
By the command *ElemsConec I obtain the list of nodes which belong to each
element.
I need to create a file where the third node (I'm using triangle elements)
must be repeated, i.e.:

1 2 3 3
4 5 6 6
....
and so on.
How could I do?
Best regards
Calogero
Enrique Escolano

[GiDlist] Repeating the third node

Post by Enrique Escolano »

ElemsConec can have a optional parameter: the local node number.
you can use this parameter to write the conectivities in a non-default
order, etc:

For example, use:
*ElemsConec(1) *ElemsConec(2) *ElemsConec(3) *ElemsConec(3)

Enrique Escolano

----- Original Message -----
From: kalo81 at virgilio.it
To: "GIDLIST" gidlist at gatxan.cimne.upc.es
Sent: Thursday, September 04, 2003 11:27 AM
Subject: [GiDlist] Repeating the third node


Dear GiD Team,
By the command *ElemsConec I obtain the list of nodes which belong to each
element.
I need to create a file where the third node (I'm using triangle elements)
must be repeated, i.e.:

1 2 3 3
4 5 6 6
....
and so on.
How could I do?
Best regards
Calogero

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Post Reply