[Gmsh] gmsh-2.2.6: bug

Édouard Canot Edouard.Canot at irisa.fr
Fri Jan 23 11:29:46 CET 2009


Under linux, this last version crashes (seg. fault) when opening the attached file,
without any useful information.

Regards,
-- 
Édouard CANOT
-------------- next part --------------
mesh_length = 0.2;
Point (5) = {-1,  1, 1, mesh_length};
Point (6) = { 1,  1, 1, mesh_length};
Point (7) = {-1, -1, 1, mesh_length};
Point (8) = { 1, -1, 1, mesh_length};
Point (9) = { 0.333, 0, 1, mesh_length};
Point (10) = { 0, 0, 1, mesh_length};
Point (11) = {-0.333, 0, 1, mesh_length};
Line (5) = {5,6};
Line (6) = {7,8};
Line (7) = {5,7};
Line (8) = {6,8};
Circle(13) = {11,10,9};
Circle(14) = {9,10,11};
Line Loop(15) = {7,6,-8,-5};
Line Loop(16) = {14,13};
Plane Surface(1) = {16};
Plane Surface(2) = {15,16};

// defining a prismatic mesh (6-node cells)

h = -1.0;
Extrude {0,0,h} {
  Surface{1}; Layers{9}; Recombine;
}

h = -1.0;
Extrude {0,0,h} {
  Surface{2}; Layers{9}; Recombine;
}