David Colignon wrote:
Hi Umut,

there is an error at the last line of your .geo file: for a transfinite surface, you must list the points/corners and not the lines.

Transfinite Surface {2} = {2,5,6,3};

Cheers,

Dave


Thanks for the reply but there is still a problem where I can not plot the colormap quadrangles if I try to merge these two input files. Postprocesing was a bit harder for me to understand, BTW, there are some different files under the tutorial directory where formats are different than the msh format which, AFAIU, is the postprocessing format as well with the node and element data, but format of these files are different than the mesh format, I could not find explanation on these points.

--
--
U.T.
--
There are some things which cannot
be learned quickly, and time, which is all we have,
must be paid heavily for their acquiring.
They are the very simplest things,
and because it takes a man's life to know them
the little new that each man gets from life
is very costly and the only heritage he has to leave.
- Ernest Hemingway
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} = 2;
Transfinite Surface {1} = {1,2,3,4};
Transfinite Surface {2} = {2,5,6,3};


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

Reply via email to