<div dir="ltr"><div><div><div><div><div><div>Hi All,<br><br>I am trying to refine a mesh using Gmsh's refinement feature for a 2D<br>triangulation. I can do this if the mesh is generated from Gmsh itself but<br>I would also like to refine meshes that were not created using Gmsh.<br>
The mesh I have is in the form of 'triangles' and node points. In terms of the <br></div></div>.msh format this corresponds to the $Nodes and a part of the $Elements.<br>I see that the $Elements is missing some data for me to write my mesh<br>
into a .msh file. Does Gmsh have some feature to load meshes given<br>just triangles and node points?<br><br></div>If not could someone explain what the following means so that I can write<br>a script which would convert it.<br>
<br></div><div>This is a part of the .msh file obtained from meshing a unit square.<br></div>$Elements <br>.<br>.<br><div>10 1 2 0 1 9 10<br>11 1 2 0 1 10 11<br>12 1 2 0 1 11 2<br>13 1 2 0 2 2 12<br>14 1 2 0 2 12 13<br>15 1 2 0 2 13 14<br>
16 1 2 0 2 14 15<br>..<br></div><div>$EndElements</div>From the documentation I understand all columns except for the 5'th one<br>which corresponds to '1' or '2' half way through. I think it indicates edges<br>
which lie on the boundary and the '1' corresponds to the one of the boundaries<br>of the lines forming the square and '2' corresponds to another. Is this right?<br></div><br></div><div>Thanks,<br></div><div>
-<br></div>Garnet  Vaz<br><div><div><div><div><div><div><div> <br clear="all"><div><div><br>-- <br>Regards,<div>Garnet</div>
</div></div></div></div></div></div></div></div></div></div>