Search found 1821 matches

by escolano
Thu Nov 23, 2023 7:11 pm
Forum: Mesh
Topic: Quadratic tetrahedral elements node order.
Replies: 1
Views: 9118

Re: Quadratic tetrahedral elements node order.

How is this .txt file extracted from GiD? Maybe the DIANA FEM solver is able to read some format exported by GiD, like NASTRAN, VTK, Exodus || Otherwise your must write a GiD problemtype 'DIANA' and write the GiD information in the native format expected by this program. The file can be written for ...
by escolano
Tue Nov 14, 2023 8:25 pm
Forum: Other
Topic: debian12: Clicking inside an area causes the screen of the area to go black.
Replies: 2
Views: 8059

Re: debian12: Clicking inside an area causes the screen of the area to go black.

It seems a problem related to the graphic card or driver Try starting without graphical acceleration with ./gidx instead ./gid In any case, except for special purposes like testing doesn't has much sense to run a Linux version in a virtual machine hosted in a Windows machine, can directly run the Gi...
by escolano
Thu Nov 09, 2023 3:21 pm
Forum: Customization
Topic: How to Automatically specify the problemtype?
Replies: 4
Views: 13546

Re: How to Automatically specify the problemtype?

A 'GiD problemtype' is simply a collection of files in a folder .gid that when is loaded customize GiD for a specific simulation. It is a kind of plugin that is loaded to modify the GiD behaviour and add new features, like allow write calculation files in the format expected by the simulation. see t...
by escolano
Thu Nov 09, 2023 3:00 pm
Forum: Installation
Topic: Code Bright Postprocess
Replies: 3
Views: 19077

Re: Code Bright Postprocess

I don't understand well the question
Each file input or output of code_bright or other program is different,
and I don't know its valid syntax.
Simply do a visual inspection as human of text files to guess if looks ok or looks truncated, with 'something strange', or some error message in output files
by escolano
Thu Nov 09, 2023 1:07 pm
Forum: Customization
Topic: How to Create a New toolbar
Replies: 3
Views: 8312

Re: How to Create a New toolbar

Yes, the code shown must not be used exactly with in tcl scripting, batchs
e.g.
some Escape of MEscape must be added,
unnecessary commands must be deleted, etc.
-tcl- mean that is a Tcl proc, not a 'GiD process' string
(in batch must use *****tcl )
by escolano
Mon Nov 06, 2023 8:41 pm
Forum: Other
Topic: How about "Tohil Python Package" via the VENV module?
Replies: 1
Views: 7405

Re: How about "Tohil Python Package" via the VENV module?

Our Tohil package include our own version of Python, and is independent or other possible Python versions installed on the system In our package we set (or try to do it at least) the environment variables, etc. to ignore all external copies, just to avoid the related nightmare with other Python vers...
by escolano
Mon Nov 06, 2023 8:31 pm
Forum: Postprocess
Topic: Simultaneous element centered vector plot if different element types exist.
Replies: 3
Views: 9383

Re: Simultaneous element centered vector plot if different element types exist.

Thanks for the bug report.
This is a known bug of this version 16.1.6d calculating boundary meshes mixing some element types.
It is only a visualization issue.
We have been solved some time ago, but the version 16.1.7d is already not published.
by escolano
Mon Nov 06, 2023 8:27 pm
Forum: Customization
Topic: How to Create a New toolbar
Replies: 3
Views: 8312

Re: How to Create a New toolbar

A way to know the process commands used by GiD to do something (require GiD 16.1.6d developer or higher) is to go to the checkbox menu Utilities->Tools->Develop->Show process commands then do the actions you want as user and finally unset the checkbox a Window will show the commands processed, it is...
by escolano
Thu Nov 02, 2023 8:21 pm
Forum: Other
Topic: GOM error with $$Material_Model
Replies: 1
Views: 5305

Re: GOM error with $$Material_Model

Sorry, but this question seems not related to GiD at all, but to the calculation of Anura.
Must ask this question to Anura developers,
or maybe some advanced user of this solver of this forum is able to provide an answer...
by escolano
Thu Nov 02, 2023 8:17 pm
Forum: Postprocess
Topic: Simultaneous element centered vector plot if different element types exist.
Replies: 3
Views: 9383

Re: Simultaneous element centered vector plot if different element types exist.

The problem is that you are defining different result names for each element type, and different 1-gauss points name definitions. Result "someVectors at Hexahedra Center" "root" 0 Vector OnGaussPoints "Hexahedra" Result "someVectors at Tetrahedra Center" "...