[GiDlist] intervals question

Moderator: GiD Team

Post Reply
Rodrigo Rossi

[GiDlist] intervals question

Post by Rodrigo Rossi »

Hi,



I need to determine the number of intervals in a GID project for further use
in my personal solver. I had read the gid manuals but I did not figure out a
simple command (like *npoin, *nmats) which returns the number of intervals
in the project. Then I use the following statements in order to recover the
number of intervals in the project:



*Set var j(Int)=0

*loop intervals

*Set Var j=operation(j+1)

*End intervals



%intervals

*j



I am wondering, is there an easy (direct) manner (command) to recover the
total number of intervals in a given gid project?



Thanks



----------------------------------------------------
Rodrigo Rossi, Dr. Eng. Mec.
Departamento de Engenharia Mecânica - Bloco D
Universidade de Caxias do Sul
95001-970 - C.P. 1352 - Caxias do Sul - RS
Fone: 0xx54 3218 2100 ramal 2802
Fax: 0xx54 3218 2168
http://ccet.ucs.br/demc/rrossi http://ccet.ucs.br/demc/rrossi
http://www.gmac.ufsc.br/ http://www.gmac.ufsc.br/
----------------------------------------------------



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070227/b039f59f/attachment.htm
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] intervals question

Post by escolano »

Not exists a direct command at *.bas syntax level,

You can ask this information from Tcl, with
GiD_Info intvdata Num
it returns two numbers: the current interval and the number of intervals

You can use from *.bas something like this:
*tcl([lindex [GiD_Info intvdata Num] 1])

but probably is more efficient your implementation
*Set var j(Int)=0

*loop intervals

*Set Var j=operation(j+1)

*End intervals


Regards
Enrique Escolano
----- Original Message -----
From: Rodrigo Rossi
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, February 27, 2007 2:58 PM
Subject: [GiDlist] intervals question


Hi,



I need to determine the number of intervals in a GID project for further use in my personal solver. I had read the gid manuals but I did not figure out a simple command (like *npoin, *nmats) which returns the number of intervals in the project. Then I use the following statements in order to recover the number of intervals in the project:



*Set var j(Int)=0

*loop intervals

*Set Var j=operation(j+1)

*End intervals



%intervals

*j



I am wondering, is there an easy (direct) manner (command) to recover the total number of intervals in a given gid project?



Thanks



----------------------------------------------------
Rodrigo Rossi, Dr. Eng. Mec.
Departamento de Engenharia Mecânica - Bloco D
Universidade de Caxias do Sul
95001-970 - C.P. 1352 - Caxias do Sul - RS
Fone: 0xx54 3218 2100 ramal 2802
Fax: 0xx54 3218 2168
http://ccet.ucs.br/demc/rrossi
http://www.gmac.ufsc.br/
----------------------------------------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070227/c32c9128/attachment.htm
Jesus F Gracia

[GiDlist] RE: Gid 7 for Mac OS

Post by Jesus F Gracia »

Sorry for the delay, I was out of town:

Dear Miguel Pasenau: I'm using Mac OS X (10.4.8) on a 1.8 GHz PowerPC G5. It
would be better to use an Intel Based machine? is there any plan to produce
a new release of Gid for Mac?

Dear rio_at_netse user: Thanks for the tip, I´ll try to locate the first
version of X11 and I´ll do the steps you indicated me, I let you know. As I
told you before, I´m using 1.1.3 - XFree86 4.4.0 version of X11, I had an
older version of X11, but I can hardly say which version because I deleted
when I installed the new one, but that previous version didn't work either,
It didn't even started. Do you have the number of the version that works
correct for you? Do you have any idea where can I download it?



From: gidlist-request at gatxan.cimne.upc.edu
Reply-To: gidlist at gatxan.cimne.upc.edu
To: gidlist at gatxan.cimne.upc.es
Subject: GiDlist digest, Vol 1 #1135 - 2 msgs
Date: Tue, 20 Feb 2007 12:01:04 +0100

Send GiDlist mailing list submissions to
gidlist at gid.cimne.upc.es

To subscribe or unsubscribe via the World Wide Web, visit
http://gid.cimne.upc.es/mailman/listinfo/gidlist
or, via email, send a message with subject or body 'help' to
gidlist-request at gid.cimne.upc.es

You can reach the person managing the list at
gidlist-admin at gid.cimne.upc.es

When replying, please edit your Subject line so it is more specific
than "Re: Contents of GiDlist digest..."

______________________________________________________________________


Los envios para la lista de correo GiDlist han de enviarse a
gidlist at gid.cimne.upc.es

Para subscribirse o desapuntarse via World Wide Web, visite
http://gid.cimne.upc.es/mailman/listinfo/gidlist
o, via email, enviando un mensaje con 'help' en el 'asunto' o 'cuerpo'
a
gidlist-request at gid.cimne.upc.es

Puede contactar con la persona que administra la lista bajo
gidlist-admin at gid.cimne.upc.es

Cuando responda, por favor, edite la linea del 'asunto' para que sea
más especifica que "Re: Contenido resumen de GiDlist ..."


Today's Topics:

1. RE: Gid 7 for Mac OX (Miguel Pasenau)
2. Re: Gid 7 for Mac OX (rio_at_netse)

--__--__--

Message: 1
From: "Miguel Pasenau" miguel at cimne.upc.edu
To: gidlist at gatxan.cimne.upc.edu
Subject: RE: [GiDlist] Gid 7 for Mac OX
Date: Mon, 19 Feb 2007 20:49:23 +0100
Organization: CIMNE
Reply-To: gidlist at gid.cimne.upc.es

Are you using MacOSX on PPC or Intel?

Miguel

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de Jesus F Gracia
Enviado el: lunes, 19 de febrero de 2007 17:28
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Gid 7 for Mac OX

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID has become

dramatically unstable, I believe is due a new release of X11, I'm using X11

1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work correctly,
but only the latest version works for my Mac OSX version (10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se ha vuelto
dramaticamente insetrable, creo que es debido a la nueva versión de X11,
actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a GID
correctamente, pero solamente esta version trabaja en mi version de MAC OS X

(10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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



--__--__--

Message: 2
From: rio_at_netse gerard.rio at univ-ubs.fr
Subject: Re: [GiDlist] Gid 7 for Mac OX
Date: Tue, 20 Feb 2007 08:23:56 +0800
To: gidlist at gatxan.cimne.upc.edu
Reply-To: gidlist at gid.cimne.upc.es

I use the Gid Version for mac OS X (ppc) for several years and it is ok.
But ... it don't work with the last X11 release !
You have to use the first version of apple X11. For this, after
installing the new release of X11 with 10.4.8, I have only replace
the directory /usr/X11R6 with the old one. All my unix applications
continue to work ! (nedit, scilab, xmgrace, etc..)

Le 20 févr. 07 à 00:28, Jesus F Gracia a écrit :

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID
has become dramatically unstable, I believe is due a new release
of X11, I'm using X11 1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work
correctly, but only the latest version works for my Mac OSX version
(10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se
ha vuelto dramaticamente insetrable, creo que es debido a la nueva
versión de X11, actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a
GID correctamente, pero solamente esta version trabaja en mi
version de MAC OS X (10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://
toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


==========================================================
Gerard Rio : mailto:gerard.rio at univ-ubs.fr, phone (+61 8) 6488 8506
currently : School of Mechanical Engineering, University of Western
Australia
in France: Laboratoire de Génie Mécanique et Matériaux
Universite de Bretagne Sud - LG2M - Centre de Recherche http://
web.univ-ubs.fr/lg2m/
==========================================================





--__--__--

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


End of GiDlist Digest

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
rio_at_netse

[GiDlist] X11 and Gid 7 for Mac OS

Post by rio_at_netse »

Le 28 févr. 07 à 07:08, Jesus F Gracia a écrit :


Dear rio_at_netse user: Thanks for the tip, I´ll try to locate the
first version of X11 and I´ll do the steps you indicated me, I let
you know. As I told you before, I´m using 1.1.3 - XFree86 4.4.0
version of X11,

me also if you look at the apple indications
X11 1.1.3 - XFree86 4.4.0
but, as I have change the X11 directory, the real version seems to be
4.3.0 (I look at the end of the man for X for this number)

I had an older version of X11, but I can hardly say which version
because I deleted when I installed the new one, but that previous
version didn't work either, It didn't even started. Do you have the
number of the version that works correct for you? Do you have any
idea where can I download it?



From: gidlist-request at gatxan.cimne.upc.edu
Reply-To: gidlist at gatxan.cimne.upc.edu
To: gidlist at gatxan.cimne.upc.es
Subject: GiDlist digest, Vol 1 #1135 - 2 msgs
Date: Tue, 20 Feb 2007 12:01:04 +0100

Send GiDlist mailing list submissions to
gidlist at gid.cimne.upc.es

To subscribe or unsubscribe via the World Wide Web, visit
http://gid.cimne.upc.es/mailman/listinfo/gidlist
or, via email, send a message with subject or body 'help' to
gidlist-request at gid.cimne.upc.es

You can reach the person managing the list at
gidlist-admin at gid.cimne.upc.es

When replying, please edit your Subject line so it is more specific
than "Re: Contents of GiDlist digest..."

______________________________________________________________________


Los envios para la lista de correo GiDlist han de enviarse a
gidlist at gid.cimne.upc.es

Para subscribirse o desapuntarse via World Wide Web, visite
http://gid.cimne.upc.es/mailman/listinfo/gidlist
o, via email, enviando un mensaje con 'help' en el 'asunto' o 'cuerpo'
a
gidlist-request at gid.cimne.upc.es

Puede contactar con la persona que administra la lista bajo
gidlist-admin at gid.cimne.upc.es

Cuando responda, por favor, edite la linea del 'asunto' para que sea
más especifica que "Re: Contenido resumen de GiDlist ..."


Today's Topics:

1. RE: Gid 7 for Mac OX (Miguel Pasenau)
2. Re: Gid 7 for Mac OX (rio_at_netse)

--__--__--

Message: 1
From: "Miguel Pasenau" miguel at cimne.upc.edu
To: gidlist at gatxan.cimne.upc.edu
Subject: RE: [GiDlist] Gid 7 for Mac OX
Date: Mon, 19 Feb 2007 20:49:23 +0100
Organization: CIMNE
Reply-To: gidlist at gid.cimne.upc.es

Are you using MacOSX on PPC or Intel?

Miguel

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de Jesus F
Gracia
Enviado el: lunes, 19 de febrero de 2007 17:28
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Gid 7 for Mac OX

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID
has become

dramatically unstable, I believe is due a new release of X11, I'm
using X11

1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work
correctly,
but only the latest version works for my Mac OSX version (10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se
ha vuelto
dramaticamente insetrable, creo que es debido a la nueva versión de
X11,
actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a GID
correctamente, pero solamente esta version trabaja en mi version de
MAC OS X

(10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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



--__--__--

Message: 2
From: rio_at_netse gerard.rio at univ-ubs.fr
Subject: Re: [GiDlist] Gid 7 for Mac OX
Date: Tue, 20 Feb 2007 08:23:56 +0800
To: gidlist at gatxan.cimne.upc.edu
Reply-To: gidlist at gid.cimne.upc.es

I use the Gid Version for mac OS X (ppc) for several years and it
is ok.
But ... it don't work with the last X11 release !
You have to use the first version of apple X11. For this, after
installing the new release of X11 with 10.4.8, I have only replace
the directory /usr/X11R6 with the old one. All my unix applications
continue to work ! (nedit, scilab, xmgrace, etc..)

Le 20 févr. 07 à 00:28, Jesus F Gracia a écrit :

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID
has become dramatically unstable, I believe is due a new release
of X11, I'm using X11 1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work
correctly, but only the latest version works for my Mac OSX version
(10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se
ha vuelto dramaticamente insetrable, creo que es debido a la nueva
versión de X11, actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a
GID correctamente, pero solamente esta version trabaja en mi
version de MAC OS X (10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://
toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


==========================================================
Gerard Rio : mailto:gerard.rio at univ-ubs.fr, phone (+61 8) 6488 8506
currently : School of Mechanical Engineering, University of Western
Australia
in France: Laboratoire de Génie Mécanique et Matériaux
Universite de Bretagne Sud - LG2M - Centre de Recherche http://
web.univ-ubs.fr/lg2m/
==========================================================





--__--__--

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


End of GiDlist Digest

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://
toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


==========================================================
Gerard Rio : mailto:gerard.rio at univ-ubs.fr, phone (+61 8) 6488 8506
currently : School of Mechanical Engineering, University of Western
Australia
in France: Laboratoire de Génie Mécanique et Matériaux
Universite de Bretagne Sud - LG2M - Centre de Recherche http://
web.univ-ubs.fr/lg2m/
==========================================================
User avatar
miguel
Posts: 361
Joined: Thu Sep 25, 2014 9:04 am

[GiDlist] RE: Gid 7 for Mac OS

Post by miguel »

Hi,
i'll begin with the mac osx version this week. We've an emac with macosx
10.4.2. I'll try to get a later macosx version for pc, but I think it only
works if you have a mac-pc (and their firmware). I wasn't successful on
installing it on a no-name-pc so far.

Miguel

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de Jesus F Gracia
Enviado el: miércoles, 28 de febrero de 2007 0:08
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] RE: Gid 7 for Mac OS

Sorry for the delay, I was out of town:

Dear Miguel Pasenau: I'm using Mac OS X (10.4.8) on a 1.8 GHz PowerPC G5. It

would be better to use an Intel Based machine? is there any plan to produce
a new release of Gid for Mac?

Dear rio_at_netse user: Thanks for the tip, I´ll try to locate the first
version of X11 and I´ll do the steps you indicated me, I let you know. As I
told you before, I´m using 1.1.3 - XFree86 4.4.0 version of X11, I had an
older version of X11, but I can hardly say which version because I deleted
when I installed the new one, but that previous version didn't work either,
It didn't even started. Do you have the number of the version that works
correct for you? Do you have any idea where can I download it?



From: gidlist-request at gatxan.cimne.upc.edu
Reply-To: gidlist at gatxan.cimne.upc.edu
To: gidlist at gatxan.cimne.upc.es
Subject: GiDlist digest, Vol 1 #1135 - 2 msgs
Date: Tue, 20 Feb 2007 12:01:04 +0100

Send GiDlist mailing list submissions to
gidlist at gid.cimne.upc.es

To subscribe or unsubscribe via the World Wide Web, visit
http://gid.cimne.upc.es/mailman/listinfo/gidlist
or, via email, send a message with subject or body 'help' to
gidlist-request at gid.cimne.upc.es

You can reach the person managing the list at
gidlist-admin at gid.cimne.upc.es

When replying, please edit your Subject line so it is more specific
than "Re: Contents of GiDlist digest..."

______________________________________________________________________


Los envios para la lista de correo GiDlist han de enviarse a
gidlist at gid.cimne.upc.es

Para subscribirse o desapuntarse via World Wide Web, visite
http://gid.cimne.upc.es/mailman/listinfo/gidlist
o, via email, enviando un mensaje con 'help' en el 'asunto' o 'cuerpo'
a
gidlist-request at gid.cimne.upc.es

Puede contactar con la persona que administra la lista bajo
gidlist-admin at gid.cimne.upc.es

Cuando responda, por favor, edite la linea del 'asunto' para que sea
más especifica que "Re: Contenido resumen de GiDlist ..."


Today's Topics:

1. RE: Gid 7 for Mac OX (Miguel Pasenau)
2. Re: Gid 7 for Mac OX (rio_at_netse)

--__--__--

Message: 1
From: "Miguel Pasenau" miguel at cimne.upc.edu
To: gidlist at gatxan.cimne.upc.edu
Subject: RE: [GiDlist] Gid 7 for Mac OX
Date: Mon, 19 Feb 2007 20:49:23 +0100
Organization: CIMNE
Reply-To: gidlist at gid.cimne.upc.es

Are you using MacOSX on PPC or Intel?

Miguel

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de Jesus F Gracia
Enviado el: lunes, 19 de febrero de 2007 17:28
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Gid 7 for Mac OX

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID has become

dramatically unstable, I believe is due a new release of X11, I'm using X11

1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work correctly,
but only the latest version works for my Mac OSX version (10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se ha vuelto
dramaticamente insetrable, creo que es debido a la nueva versión de X11,
actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a GID
correctamente, pero solamente esta version trabaja en mi version de MAC OS X

(10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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



--__--__--

Message: 2
From: rio_at_netse gerard.rio at univ-ubs.fr
Subject: Re: [GiDlist] Gid 7 for Mac OX
Date: Tue, 20 Feb 2007 08:23:56 +0800
To: gidlist at gatxan.cimne.upc.edu
Reply-To: gidlist at gid.cimne.upc.es

I use the Gid Version for mac OS X (ppc) for several years and it is ok.
But ... it don't work with the last X11 release !
You have to use the first version of apple X11. For this, after
installing the new release of X11 with 10.4.8, I have only replace
the directory /usr/X11R6 with the old one. All my unix applications
continue to work ! (nedit, scilab, xmgrace, etc..)

Le 20 févr. 07 à 00:28, Jesus F Gracia a écrit :

Have any of you ever used Gid Version for mac OS X?
I've experience a lot of troubles trying to use this version, GID
has become dramatically unstable, I believe is due a new release
of X11, I'm using X11 1.1.3 - XFree86 4.4.0.
I'm not sure whether a older version of X11 would make GID work
correctly, but only the latest version works for my Mac OSX version
(10.4.8)
Is there any plan to produce a new Gid for Mac release?
Any help would be appreciated?
=======

Alguno de ustedes ha usado la version de GID para Mac OS X?
He experimentado muchos problemas con esta versión, ya que GID se
ha vuelto dramaticamente insetrable, creo que es debido a la nueva
versión de X11, actualmente uso X11 1.3.3 - XFree86 4.4.0.
No estoy seguro si una versión más antigua de X11 haga funcionar a
GID correctamente, pero solamente esta version trabaja en mi
version de MAC OS X (10.4.8)
Se está planeando una nueva version de GID para MAC?
Su ayuda será ampliamente agradecida!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://
toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


==========================================================
Gerard Rio : mailto:gerard.rio at univ-ubs.fr, phone (+61 8) 6488 8506
currently : School of Mechanical Engineering, University of Western
Australia
in France: Laboratoire de Génie Mécanique et Matériaux
Universite de Bretagne Sud - LG2M - Centre de Recherche http://
web.univ-ubs.fr/lg2m/
==========================================================





--__--__--

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


End of GiDlist Digest

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] intervals question

Post by escolano »

We added a new bas command:
*nintervals
to directly get this information
This command will be available for the next 8.1.2b GiD beta version

Enrique
----- Original Message -----
From: Enrique Escolano
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, February 27, 2007 6:06 PM
Subject: Re: [GiDlist] intervals question


Not exists a direct command at *.bas syntax level,

You can ask this information from Tcl, with
GiD_Info intvdata Num
it returns two numbers: the current interval and the number of intervals

You can use from *.bas something like this:
*tcl([lindex [GiD_Info intvdata Num] 1])

but probably is more efficient your implementation
*Set var j(Int)=0

*loop intervals

*Set Var j=operation(j+1)

*End intervals


Regards
Enrique Escolano
----- Original Message -----
From: Rodrigo Rossi
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, February 27, 2007 2:58 PM
Subject: [GiDlist] intervals question


Hi,



I need to determine the number of intervals in a GID project for further use in my personal solver. I had read the gid manuals but I did not figure out a simple command (like *npoin, *nmats) which returns the number of intervals in the project. Then I use the following statements in order to recover the number of intervals in the project:



*Set var j(Int)=0

*loop intervals

*Set Var j=operation(j+1)

*End intervals



%intervals

*j



I am wondering, is there an easy (direct) manner (command) to recover the total number of intervals in a given gid project?



Thanks



----------------------------------------------------
Rodrigo Rossi, Dr. Eng. Mec.
Departamento de Engenharia Mecânica - Bloco D
Universidade de Caxias do Sul
95001-970 - C.P. 1352 - Caxias do Sul - RS
Fone: 0xx54 3218 2100 ramal 2802
Fax: 0xx54 3218 2168
http://ccet.ucs.br/demc/rrossi
http://www.gmac.ufsc.br/
----------------------------------------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070228/e898283c/attachment.htm
adisorn

[GiDlist] Quality of mesh

Post by adisorn »

Dear GiD team,

I have faced with poor shape of structured mesh created by default mesher. Is there any chance to improve this automatically? Attached figures illustrate two meshes; the distorted one was created by default mesher, and another is after I manually move the nodes.

Best regards and thank you

adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070228/fdce7df1/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.jpg
Type: image/jpeg
Size: 43722 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070228/fdce7df1/attachment.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.jpg
Type: image/jpeg
Size: 30909 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070228/fdce7df1/attachment-0001.jpg
User avatar
abelcs
Posts: 146
Joined: Mon Oct 13, 2014 9:14 am

[GiDlist] Quality of mesh

Post by abelcs »

Dear Adison,



I’m Abel Coll, from the GiD Team.



Wich version of GiD are you using? In the latest beta version (8.1.1b), you
can obtain different structured meshes depending on the surface mesher
selected in Meshing Preferences. RFAST mesher performs the structured mesh
interpolating coordinates in 2D space (typically u-v space of NurbSurfaces),
and RSURF mesher performs it in the 3D space. This two options gives
different meshes in terms of nodes location.

In any case, could you please send me the model you are working in
(abelcs at cimne.upc.edu) to see if there is any problem in the meshing
procedure?



Regards,




ABEL

__________________________________________________________

Abel Coll Sans

CIMNE - International Center for Numerical Methods in Engineering

Office C2 - C1Building - Campus Nord UPC

Gran Capità s/n, 08034 Barcelona

Tfn: 34 - 93 401 74 03 Fax: 34 - 93 401 65 17

mailto:abelcs at cimne.upc.edu abelcs at cimne.upc.edu

_________________________________________________________

_____

De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de adisorn
Enviado el: miércoles, 28 de febrero de 2007 13:37
Para: gidlist at gatxan.cimne.upc.edu
Asunto: [GiDlist] Quality of mesh



Dear GiD team,



I have faced with poor shape of structured mesh created by default mesher.
Is there any chance to improve this automatically? Attached figures
illustrate two meshes; the distorted one was created by default mesher, and
another is after I manually move the nodes.



Best regards and thank you



adisorn

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070301/dd260d2a/attachment.htm
Post Reply