Enrique Escolano,
Thank you .
I want to know the number of elments.I use the "*elemsnum"command to list the number,but it get me the sum of elements.And How could get the number of nodes Which in a element. I use the “*nnode” to list the number,but it give me the number of max_node in a element.How to do .Thanks again.
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
It exist a new command for this pourpose
*ElemsNnode
(valid only inside a loop over elements)
It returns the number of nodes of the current element.
for example:
*loop elems
*ElemsNnode
*end elems
NOTE: This command is only valid from GiD 6.2.0b or more recent versions.
----- Original Message -----
From: “edodo” edodo at eyou.com
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, January 10, 2002 3:00 AM
Subject: Re: Re: [GiDlist] How to list two type elements’ infomation to
different files
Enrique Escolano, Thank you . I want to know the number of elments.I use the "*elemsnum"command to
list the number,but it get me the sum of elements.And How could get the
number of nodes Which in a element. I use the “*nnode” to list the
number,but it give me the number of max_node in a element.How to do .Thanks
again.
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
1 - When visualising 20-node hexahedra, can GID show the edges as parabolic
functions?
2 - When listing the nodes of a element, if in pre-process mode, all 20
nodes appear, but when on post-process mode, only the vertices’ nodes
appear. Is this on purpose?
1 - To a fast draw, the quadratic elements are visualized as linear. Is not
allowed to draw parabolic edges
(for future versions, it is possible add this feature selecting a option of
higth quality draw).
2- This is not a postprocess bug, it is normal (in the future it we will
improved)
----- Original Message -----
From: “Ricardo Resende” rresende at lnec.pt
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, January 11, 2002 12:33 PM
Subject: [GiDlist] Visualising 20-node hexahedra
1 - When visualising 20-node hexahedra, can GID show the edges as
parabolic functions? 2 - When listing the nodes of a element, if in pre-process mode, all 20 nodes appear, but when on post-process mode, only the vertices’ nodes appear. Is this on purpose? Thanks Ricardo Resende