Re: [Gmsh] Gmsh - Transfinite

2019-07-16 Thread NITESH SINGH
It can be done From: gmsh on behalf of Eduardo Sent: 16 July 2019 07:01:27 To: g...@geuz.org Subject: [Gmsh] Gmsh - Transfinite Hy My name is Eduardo I am trying to set or put a 3 element on the edge. (odd number) but I cannot do that. All the time I only do e

Re: [Gmsh] Gmsh - Transfinite

2019-07-16 Thread Eduardo
Thanks to reply Alessandro But I try in two ways by it does not work correctly. exempla script below //+ Point(1) = {0, 0, 0, 1.0}; //+ Point(2) = {3, 0, 0, 1.0}; //+ Point(3) = {3, 3, 0, 1.0}; //+ Point(4) = {0, 3, 0}; //+ Line(1) = {4, 1}; //+ Line(2) = {1, 2}; //+ Line(3) = {4, 3}; //+ Line(4)

[Gmsh] how to use splitQuadrangles

2019-07-16 Thread Lei Cao
Hi all, I have an existing .msh file which contains quad4 and tri3 elements in the same physical group. I wonder how can I use splitQuadrangles to split the quad4 elements such that there are only tri3 elements in this physical group. Thanks in advance! Lei smime.p7s Description: S/MIME cry

Re: [Gmsh] Gmsh - Transfinite

2019-07-16 Thread Eduardo
Thanks to reply Alessandro But I try in two ways by it does not work corectly. exempla script below //+ Line(3) = {4, 3}; //+ Line(4) = {2, 3}; //+ Curve Loop(1) = {1, 2, 4, -3};//+ Plane Surface(1) = {1}; //+ Transfinite Curve {3, 2} = 2 Using Progression 1; //+ Transfinite Curve {1} = 2 Using