Hello
It seems there is an interpolation problem with this exemple on
Gid 7.2 for Windows.
To see the problem,
Load .res
View-Read and select bar.vpt
Display with color-Fill SIEF_R g_SIXX (g is for gauss)
If you labeled elements results, you will see that results for elements
1 and 2 are symetric. This is not the case in the colored fill picture
and value seems very strange.
You can view the right distribution with SIEF_R n_SIXX (on nodes elements by
elements) or with SIEF_R SIXX (on nodes)
________________________________________________________________
Guy HUBERT Mailto:hubert at deltacad.fr
Tel direct : +33 (0)3 44 23 52 99 mobile: 06 76 80 03 42
DeltaCAD
Centre de Transfert - 66 Avenue de Landshut
60200 COMPIEGNE (FRANCE)
Tel : +33 (0)3 44 23 46 54 - Fax : +33 (0)3 44 23 46 31
Web : http://www.deltacad.fr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bar.vpt
Type: application/octet-stream
Size: 324 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030728/c17bb00b/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bar_H8.res
Type: application/octet-stream
Size: 52707 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030728/c17bb00b/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bar_H8.msh
Type: application/octet-stream
Size: 2576 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030728/c17bb00b/attachment-0002.obj
[GiDlist] Potential problems with results on Gauss Points wi
Moderator: GiD Team
[GiDlist] Create Text
Dear All,
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
[GiDlist] Create Text
the GiD command to create a text is:
escape escape escape utilities dimension create text "the text" leftmouse x
y
x y are the relative screen coordinates from a range -1.0 to 1.0. The screen
center is (0, 0)
Note: the current GiD version expects interactively the text input: To avoid
the text input window, must set
temporary the variable UseMoreWindows to 0 (Utilities Variables
UseMoreWindows 0) and after restore
to the previous value (to get the value must use .central.s info variables
UseMoreWindows)
Enrique Escolano
----- Original Message -----
From: "ieea" ieea at club-internet.fr
To: "GID list" GIDlist at gatxan.cimne.upc.es
Sent: Sunday, July 28, 2002 2:41 PM
Subject: [GiDlist] Create Text
Dear All,
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
escape escape escape utilities dimension create text "the text" leftmouse x
y
x y are the relative screen coordinates from a range -1.0 to 1.0. The screen
center is (0, 0)
Note: the current GiD version expects interactively the text input: To avoid
the text input window, must set
temporary the variable UseMoreWindows to 0 (Utilities Variables
UseMoreWindows 0) and after restore
to the previous value (to get the value must use .central.s info variables
UseMoreWindows)
Enrique Escolano
----- Original Message -----
From: "ieea" ieea at club-internet.fr
To: "GID list" GIDlist at gatxan.cimne.upc.es
Sent: Sunday, July 28, 2002 2:41 PM
Subject: [GiDlist] Create Text
Dear All,
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Create Text
Thank you Enrique
One more time, it's running good now.
G.W.R. Geis
Enrique Escolano a écrit :
the GiD command to create a text is:
escape escape escape utilities dimension create text "the text" leftmouse x
y
x y are the relative screen coordinates from a range -1.0 to 1.0. The screen
center is (0, 0)
Note: the current GiD version expects interactively the text input: To avoid
the text input window, must set
temporary the variable UseMoreWindows to 0 (Utilities Variables
UseMoreWindows 0) and after restore
to the previous value (to get the value must use .central.s info variables
UseMoreWindows)
Enrique Escolano
----- Original Message -----
From: "ieea" ieea at club-internet.fr
To: "GID list" GIDlist at gatxan.cimne.upc.es
Sent: Sunday, July 28, 2002 2:41 PM
Subject: [GiDlist] Create Text
Dear All,
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
One more time, it's running good now.
G.W.R. Geis
Enrique Escolano a écrit :
the GiD command to create a text is:
escape escape escape utilities dimension create text "the text" leftmouse x
y
x y are the relative screen coordinates from a range -1.0 to 1.0. The screen
center is (0, 0)
Note: the current GiD version expects interactively the text input: To avoid
the text input window, must set
temporary the variable UseMoreWindows to 0 (Utilities Variables
UseMoreWindows 0) and after restore
to the previous value (to get the value must use .central.s info variables
UseMoreWindows)
Enrique Escolano
----- Original Message -----
From: "ieea" ieea at club-internet.fr
To: "GID list" GIDlist at gatxan.cimne.upc.es
Sent: Sunday, July 28, 2002 2:41 PM
Subject: [GiDlist] Create Text
Dear All,
I wish create a text automatically from a Tcl command.
I suppose I should use the GID command "Utilities Dimension Create
Text", but I don't know how
to indicate the text that will appear.
If somebody has ever used this command in a Tcl script I will thank him
in advance.
Thanks,
G.W.R. Geis
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Potential problems with results on Gauss Points wi
Hi,
yes, this problem was corrected with version GiD 7.4.2b.
but with this version you can not read your saved views
(some more parameters has been added).
the next beta version, which will be available in a couple
of days, will read these views.
miguel
Guy HUBERT wrote:
Hello
It seems there is an interpolation problem with this exemple on
Gid 7.2 for Windows.
To see the problem,
Load .res
View-Read and select bar.vpt
Display with color-Fill SIEF_R g_SIXX (g is for gauss)
If you labeled elements results, you will see that results for elements
1 and 2 are symetric. This is not the case in the colored fill picture
and value seems very strange.
You can view the right distribution with SIEF_R n_SIXX (on nodes elements by
elements) or with SIEF_R SIXX (on nodes)
________________________________________________________________
Guy HUBERT Mailto:hubert at deltacad.fr
Tel direct : +33 (0)3 44 23 52 99 mobile: 06 76 80 03 42
DeltaCAD
Centre de Transfert - 66 Avenue de Landshut
60200 COMPIEGNE (FRANCE)
Tel : +33 (0)3 44 23 46 54 - Fax : +33 (0)3 44 23 46 31
Web : http://www.deltacad.fr
------------------------------------------------------------------------------------------------------------------------------------
Name: bar.vpt
bar.vpt Type: unspecified type (application/octet-stream)
Encoding: quoted-printable
Name: bar_H8.res
bar_H8.res Type: unspecified type (application/octet-stream)
Encoding: 7bit
Name: bar_H8.msh
bar_H8.msh Type: unspecified type (application/octet-stream)
Encoding: 7bit
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
yes, this problem was corrected with version GiD 7.4.2b.
but with this version you can not read your saved views
(some more parameters has been added).
the next beta version, which will be available in a couple
of days, will read these views.
miguel
Guy HUBERT wrote:
Hello
It seems there is an interpolation problem with this exemple on
Gid 7.2 for Windows.
To see the problem,
Load .res
View-Read and select bar.vpt
Display with color-Fill SIEF_R g_SIXX (g is for gauss)
If you labeled elements results, you will see that results for elements
1 and 2 are symetric. This is not the case in the colored fill picture
and value seems very strange.
You can view the right distribution with SIEF_R n_SIXX (on nodes elements by
elements) or with SIEF_R SIXX (on nodes)
________________________________________________________________
Guy HUBERT Mailto:hubert at deltacad.fr
Tel direct : +33 (0)3 44 23 52 99 mobile: 06 76 80 03 42
DeltaCAD
Centre de Transfert - 66 Avenue de Landshut
60200 COMPIEGNE (FRANCE)
Tel : +33 (0)3 44 23 46 54 - Fax : +33 (0)3 44 23 46 31
Web : http://www.deltacad.fr
------------------------------------------------------------------------------------------------------------------------------------
Name: bar.vpt
bar.vpt Type: unspecified type (application/octet-stream)
Encoding: quoted-printable
Name: bar_H8.res
bar_H8.res Type: unspecified type (application/octet-stream)
Encoding: 7bit
Name: bar_H8.msh
bar_H8.msh Type: unspecified type (application/octet-stream)
Encoding: 7bit
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es