I have a geometry composed of four walls, a slab, and beams.
geometry image:
I am using gmsh
for meshing it, starting from a step file. I would like to know how to guarantee the continuity between elements in the area of the next figure. I am using Python.
Issue 2:
You may want to use the OpenCASCADE geometry kernel which provides some more powerful commands.
SetFactory("OpenCASCADE");
right at the beginning of your file.