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
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>>
>
> 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
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?
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