<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>
Dear Gmsh users,<br />
<br />
I recently used Gmsh in batch mode to create a 3D surface mesh from a plane surface via the extrude method. The call of Gmsh was:<br />
<br />
"gmsh.exe" -0 geo1.geo -2 -o geo1_mesh.unv -format unv<br />
<br />
The result looked pretty nice, but I was wondering if there was a "Gmsh internal way" of suppressing the remaining bar elements in the output mesh (Universal format).<br />
<br />
Also I tried example "t1.geo" from the documentation and was faced with the same kind of problem, there are still bar elements left in the resulting mesh.<br />
<br />
Does anyone know how to fix this problem?<br />
<br />
Kind regards,<br />
Tim Szaszi<br />
</p>
</body>
</html>