[GiDlist] A questiong about postprocessing (New format)

Moderator: GiD Team

Post Reply
edodo

[GiDlist] A questiong about postprocessing (New format)

Post by edodo »

Miguel A. de Riera Pasenau,您好!

Thank you.

在 2002-01-18 11:04:00 您写道:
Hello, the problems are:

1.msh:
in the first line: 'Mesh "solid1" dimension 3 ElemType Tetrahedral Nnode 4'
ElemType should be 'Tetrahedra' and not 'Tetrahedral'.
At the end of the file, a new line is needed after 'end elements'
( will be correted for the next version)
1.res:
The 'ResultRangesTable' is not wel defined, you wrote:
ResultRangesTable "Mi table"
-e-01 - -e-03 ; "Less"
-e03 - -e-06 ; "Normal"
-e-06 - ; "Too much"
End ResultRangesTable
and should be:
ResultRangesTable "Mi table"
-1e-01 - -1e-03 : "Less"
-1e-03 - -1e-06 : "Normal"
-1e-06 - : "Too much"
End ResultRangesTable
Note the changes: '-e-01' to '-1e-01', ...
this is a guess: '-e03' to '-1e-03'
and: &#39' to ':'
With these changes, a 'bug' appeared in this beta, a workaround would be:
ResultRangesTable "Mi table"
-0.1 - -0.001 : "Less"
-0.001 - -0.000001 : "Normal"
-0.000001 - : "Too much"
End ResultRangesTable

i send enclosed the corrected files and an image.

miguel


edodo wrote:

gidlistHello all!
I have tried to make those post-processing files by hand for programming
purpose but it doesn't seem to work properly. Can someone point out my errors?
Thanks in advance.I am using GID6.2d.
Olivier Bounhoure

edodo
edodo at eyou.com


--
--------------------------------------------------------------------------------
Miguel A. de Riera Pasenau miguel at cimne.upc.es http://gid.cimne.upc.es


礼!

edodo
edodo at eyou.com
Post Reply