Umut Tabak wrote:
Dear Gmsh experts,
I have some questions on postprocessing.
I tried the simple example example on page 150 of the manual to see
its effect and learn from that however I had a problem on the first try.
I used the command line for this operation
gmsh test1.msh
which gave no result. I then kept on reading from the manual, I read
that the post processing and geometry info, go in hand to hand, which is
reasonable ;-)
Hi Umut - you cannot add comments in .msh files! (I've added a note in
the doc to make this clear.)
cf. attached file.
Then I created a simple geometry file to create this mesh(in the
attachments), then tried to merge these two from the graphical user
interface but there is still no success out of that operation as well.
Strangely, the example given on page 150 is a truncated version of the
"view5.msh" given in the tutorial directory, without the multistep view
geometry views. When I run this tutorial file, the mentioned lines
commented, I can get color map for the simple mesh(without any geometry
includes on which I am confused).
But on my simple example I could not get this which is a bit strange for
me(most probably there is sth. I am missing conceptually from the manual
and examples).
Some clarification on this issue would be wonderful.
Best,
Umut
------------------------------------------------------------------------
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh
--
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science
http://www.montefiore.ulg.ac.be/~geuzaine
$MeshFormat
2.0 0 8
$EndMeshFormat
$Nodes
6
1 0.0 0.0 0.0
2 1.0 0.0 0.0
3 1.0 1.0 0.0
4 0.0 1.0 0.0
5 2.0 0.0 0.0
6 2.0 1.0 0.0
$EndNodes
$Elements
2
1 3 2 99 2 1 2 3 4
2 3 2 99 2 2 5 6 3
$EndElements
$NodeData
1
"A scalar view"
1
0.0
3
0
1
6
1 0.0
2 0.1
3 0.2
4 0.0
5 0.2
6 0.4
$EndNodeData
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh