[GiDlist] How to list two type elements' infomation to d

Moderator: GiD Team

Post Reply
edodo

[GiDlist] How to list two type elements' infomation to d

Post by edodo »

all:
My problem have two type element.I want to list them to two files.How to do.Thanks




edodo
edodo at eyou.com
Enrique Escolano

[GiDlist] How to list two type elements' infomation to d

Post by Enrique Escolano »

You can create two or more bas files in the same problemtype directory
for example:

edodo.bas
*set elems(triangle)
*loop elems
*elemsConec
*end

edodoB.bas
*set elems(quadrilateral)
*loop elems
*elemsConec
*end

This create two output files: "name".dat with the triangles and "name"-1.dat with the quadilaterals

----- Original Message -----
From: "edodo" edodo at eyou.com
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, January 09, 2002 6:56 AM
Subject: [GiDlist] How to list two type elements' infomation to different files


all:
My problem have two type element.I want to list them to two files.How to do.Thanks




edodo
edodo at eyou.com

_______________________________________________
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/20020109/8ca11bbd/attachment.htm
Post Reply