[Gmsh] Refinement on curvature

Gaulier Pierre pierre.gaulier at sogeti.com
Mon Apr 26 10:52:03 CEST 2010


Hello everybody !

 

I have a problem with the GMSH working.

I try to obtain a refinent mesh on the curvature, but if the option
"Mesh.CharacteristicLengthFromCurvature" is on, I obtain the same mesh as if
the option is off.

 

Below, the file geo for my test :

 

// Gmsh project created on Mon Apr 26 10:20:19 2010

Point(1) = {0, 1, 0};

Point(2) = {0, -1, 0};

Point(3) = {1, 1, 0};

Point(4) = {0.5, 1, 0};

Line(1) = {3, 1};

Line(2) = {1, 2};

Ellipse(3) = {3, 1, 2, 2};

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

Plane Surface(5) = {4};

Circle(6) = {3, 4, 1};

Line Loop(7) = {6, -1};

Plane Surface(8) = {7};

Mesh.CharacteristicLengthFromPoints = 1;

Mesh.CharacteristicLengthFromCurvature = 1;

Physical Line(9) = {3, 2};

Physical Line(10) = {6, 1};

 

Someone help me on this case ?

Thank you for your answer.

 

Best regards.

Pierre Gaulier.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20100426/2c44a0b5/attachment.html>