Re: [Gmsh] Quadrangular mesh with flat faces from ruled surface

2019-02-12 Thread Nilanka Ekanayake
Hi I have the same problem. I am creating a sphere which use Rules Surface + Transfinite Algorithm. Even though I set the Mesh.ElementOrder = 1; Still I get some curvatures in the quads. I need flat quad mesh surfaces that are created from Ruled Surface Options. Any help would be great! Than

Re: [Gmsh] generate v2 mesh from python API

2019-02-12 Thread Guillaume Demesy
Sorry I read too fast - I don’t how to do it from python > Le 12 févr. 2019 à 16:03, Guillaume Demesy a > écrit : > > Hello, > > You can use : > Mesh.MshFileVersion = 2; > at the end of your .geo file. > > Regards, Guillaume > >> Le 12 févr. 2019 à 15:47, Curti, M. mailto:m.cu...@tue.nl>> >

Re: [Gmsh] generate v2 mesh from python API

2019-02-12 Thread Christophe Geuzaine
> On 12 Feb 2019, at 15:47, Curti, M. wrote: > > Dear gmsh community, > > Is it possible to generate the msh file with the old v2 version using the > gmsh v4 API for python? If yes, then how? > Sure: just do gmsh.option.setNumber("Mesh.MshFileVersion", 2.) gmsh.write("file.msh") or eve

Re: [Gmsh] generate v2 mesh from python API

2019-02-12 Thread Guillaume Demesy
Hello, You can use : Mesh.MshFileVersion = 2; at the end of your .geo file. Regards, Guillaume > Le 12 févr. 2019 à 15:47, Curti, M. a écrit : > > Dear gmsh community, > > Is it possible to generate the msh file with the old v2 version using the > gmsh v4 API for python? If yes, then how?

[Gmsh] generate v2 mesh from python API

2019-02-12 Thread Curti, M.
Dear gmsh community, Is it possible to generate the msh file with the old v2 version using the gmsh v4 API for python? If yes, then how? Regards, Mitrofan ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh