<div dir="ltr"><div><div>Hi,<br></div>I am trying to build a mesh by pasting together two meshes.</div><div>The first mesh is a simple cube for this example.</div><div>I created the second mesh, by performing a "mirror" of the first mesh. To do so, I read the first mesh file and directly change the node coordinates.<br></div><div>Thus, I expect the connectivity to be kept the same.</div><div><br></div><div>I want to paste the two meshes which are necessarily matching by a face.<br></div><div><br></div><div>To paste the meshes I use (merging.geo):</div><div><br></div><div>Merge "mesh1.msh";<br>Merge "mesh2.msh";<br>Geometry.Tolerance=1e-05;<br>Coherence Mesh;</div><div><br></div><div>The resulting mesh looks ok but is actually wrong. For example, if I partition the resulting mesh, I can see that the connectivity is not read properly.</div><div><br></div><div>Do you have any idea of what I am doing wrong?</div><div><br></div><div>I joined simplified meshes I used and pictures of the partitions I get.</div><div><br></div><div>Best,</div><div>Vincent<br></div></div>