left = gmsh.model.occ.addBox(-1, -0.5, 0, 1, 1, 1, tag=1) mid = gmsh.model.occ.addBox( 0, -0.5, 0, 1, 1, 1, tag=2) right = gmsh.model.occ.addBox( 1, -0.5, 0, 1, 1, 1 ...
Note how more advanced, and more efficient codes with the same purpose already exist. This code is purely a means for myself to practice my coding skills as well as create a really basic utility for ...