<div dir="ltr"><div dir="ltr"><div>Good morning,</div><div><br></div><div>pretty straightforward problem here.</div><div> I'm using gmsh 4.1.5 and I want to embed one curve in two (2) volumes. The curve stretches from one volume and then inside the other. Take a look at the example.</div><div><br></div><div>SetFactory("OpenCASCADE");<br>Box(1) = {0, 0, 0, 15, 15, 15};<br>Extrude {7, 0, 0} {<br>  Surface{2}; <br>}<br>Line(21) = {2, 11};<br>Curve{21} In Volume{1};<br>Curve{21} In Volume{2};</div><div><br></div><div>Basically it is a box, then an extrusion of one of its surfaces to form the second volume and a line from one volume corner to the other volume. Then I embed the curve in each volume. Trying to 3D Mesh the system, gmsh crashes. I've tried it with all gmsh versions >4 and same thing happens.</div><div><br></div><div>Any clue? Should the curve be entirely inside each volume that is to be embedded? I guess so. Must I split the curve if it stretches across different volumes?<br></div><div><br></div><div>Greetings<br></div></div></div>