nschloe / pygmsh

:spider_web: Gmsh for Python
GNU General Public License v3.0
844 stars 161 forks source link

Creating Meshes with no Quads #578

Open LyceanEM opened 1 year ago

LyceanEM commented 1 year ago

Hello

I have been trying out pygmsh for basic constructive geometry, and I have been able to create the types of structures I am interested in, but the meshing output sometimes creates quads in my meshes. I have had a look at the documentation, and I believe there is a recombine flag set in the pygmsh defaults, which in base gmsh can be disabled. How can I set this to False within pygmsh?

Many Thanks

Tim