[Gmsh] (no subject)

quey at emse.fr quey at emse.fr
Wed Apr 5 19:24:43 CEST 2006


Hello,

With gmsh 1.60, I'm trying to include a "Discrete Line" into a "Plane Surface",
but this doesn't work : I get a "Line loop wrong".

Please find attached the example file.

I hope this could run...?

Thank you once again for your help, and for Gmsh ...

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
-------------- next part --------------
cl=0.0999;

Point(1) = {0, 0, 0, cl};
Point(2) = {0, 1, 0, cl};
Point(3) = {1, 1, 0, cl};
Point(4) = {1, 0, 0, cl};
Discrete Line(4) = {3}
{ 1  ,0,0,
  0.5,0,0,
  0  ,0,0 };
Line(1)={1,2};
Line(2)={2,3};
Line(3)={3,4};

Line Loop(1) = {1,2,3,4};
Plane Surface(1) = {1};