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 ;-)

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
Point(1) = {0.0,0.0,0.0};
Point(2) = {1.0,0.0,0.0};
Point(3) = {1.0,1.0,0.0};
Point(4) = {0.0,1.0,0.0};
Point(5) = {2.0,0.0,0.0};
Point(6) = {2.0,1.0,0.0};
//
Line(1) = {1,2};
Line(2) = {2,5};
Line(3) = {5,6};
Line(4) = {6,3};
Line(5) = {3,4};
Line(6) = {4,1};
Line(7) = {3,2};
//
Line Loop(1) = {1,-7,5,6} ;
Line Loop(2) = {2,3,4,7} ;
//
Plane Surface(1) = {1};
Plane Surface(2) = {2};
//

Transfinite Line {3, 4, 7, 5, 6, 1, 2} = 10 Using Progression 1;
Transfinite Surface {2} = {3, 4, 1, 2};

Attachment: post1.msh
Description: Mesh model

_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to