Re: [Gmsh] Mesh 2d surface only with triangles.

2017-07-11 Thread César Pablo Camusso
Hi Guillaume, Matthias and Paul.I found the file .gmsh-options and I removed 
it. I think that I saved it accidentaly and I did not know that I had it.
Now I have only triangles in the mesh. So the problem is solved.
 Thank you.Regards.

El Martes, 11 de julio, 2017 5:00:45, DILASSER Guillaume 
 escribió:
 

 #yiv1323071527 -- filtered {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 
4;}#yiv1323071527 filtered {panose-1:2 4 5 3 5 4 6 3 2 4;}#yiv1323071527 
filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv1323071527 
filtered {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv1323071527 
p.yiv1323071527MsoNormal, #yiv1323071527  li.yiv1323071527MsoNormal, 
#yiv1323071527 div.yiv1323071527MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;}#yiv1323071527 a:link, 
#yiv1323071527 span.yiv1323071527MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv1323071527 a:visited, #yiv1323071527 
span.yiv1323071527MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv1323071527 
span.yiv1323071527EmailStyle17 {color:#1F497D;}#yiv1323071527 
span.yiv1323071527EmailStyle18 {color:#1F497D;}#yiv1323071527 
.yiv1323071527MsoChpDefault {font-size:10.0pt;}#yiv1323071527 filtered 
{margin:70.85pt 70.85pt 2.0cm 70.85pt;}#yiv1323071527 
div.yiv1323071527WordSection1 {}#yiv1323071527 Hi César,    Do you have defined 
a Gmsh option file (.opt) either directly for your .geo file or globally ? If 
so, check that this file does not have an option forcing Gmsh to use quads, 
like for example Mesh.RecombineAll = 1 ;. To me, that is the only thing that 
can be happening because, by default, your .geo should give you a triangular 
mesh…    Sincerely Yours,    Guillaume DILASSER Doctorant DACM / LEAS CEA - 
Centre de Saclay - Bât.123 - PC 319c 91191 Gif sur Yvette Cedex - France -    
guillaume.dilas...@cea.fr    De : gmsh 
[mailto:gmsh-boun...@ace20.montefiore.ulg.ac.be]De la part de Zenker, Dr. 
Matthias
Envoyé : mardi 11 juillet 2017 09:46
À : 'César Pablo Camusso' ; gmsh@onelab.info
Objet : Re: [Gmsh] Mesh 2d surface only with triangles.    Hi,    I cannot 
reproduce it. I open the geo with the GUI, click on Mesh->2D and get a 
triangular mesh.    Matthias       Von: César Pablo Camusso 
[mailto:cepasar...@yahoo.com.ar]
Gesendet: Dienstag, 11. Juli 2017 00:14
An: gmsh@onelab.info
Betreff: [Gmsh] Mesh 2d surface only with triangles.    Dear partners, I want a 
mesh with only triangles, but I get also quads. It is a 2d geometry. How can I 
force gmsh to use only triangles? I have attached a geo file as example. 
Regards.    
Erbe Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: 
Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137 

   ___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh


[Gmsh] gmsh stops workin when meshing

2017-07-11 Thread Poenaru-Olaru.external
Hello!

I faced a problem in gmsh. If I translate a point and then press mesh, gmsh 
stops working and needs to be closed.

Does anyone know why this happens?

Thank you!

___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh


Re: [Gmsh] Mesh 2d surface only with triangles.

2017-07-11 Thread DILASSER Guillaume
Hi César,

Do you have defined a Gmsh option file (.opt) either directly for your .geo 
file or globally ? If so, check that this file does not have an option forcing 
Gmsh to use quads, like for example Mesh.RecombineAll = 1 ;. To me, that is the 
only thing that can be happening because, by default, your .geo should give you 
a triangular mesh…

Sincerely Yours,

Guillaume DILASSER
Doctorant DACM / LEAS
CEA - Centre de Saclay - Bât.123 - PC 319c
91191 Gif sur Yvette Cedex - France -

guillaume.dilas...@cea.fr

De : gmsh [mailto:gmsh-boun...@ace20.montefiore.ulg.ac.be] De la part de 
Zenker, Dr. Matthias
Envoyé : mardi 11 juillet 2017 09:46
À : 'César Pablo Camusso' ; gmsh@onelab.info
Objet : Re: [Gmsh] Mesh 2d surface only with triangles.

Hi,

I cannot reproduce it. I open the geo with the GUI, click on Mesh->2D and get a 
triangular mesh.

Matthias


Von: César Pablo Camusso [mailto:cepasar...@yahoo.com.ar]
Gesendet: Dienstag, 11. Juli 2017 00:14
An: gmsh@onelab.info
Betreff: [Gmsh] Mesh 2d surface only with triangles.

Dear partners,
I want a mesh with only triangles, but I get also quads.
It is a 2d geometry.
How can I force gmsh to use only triangles?
I have attached a geo file as example.
Regards.



Erbe Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: 
Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137
___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh


Re: [Gmsh] Mesh 2d surface only with triangles.

2017-07-11 Thread Jeremy Theler
Make sure you do not have "recombine all triangular meshes" checked in
options -> mesh

you can explicitly turn it off by adding

Mesh.RecombineAll = 0;

to the geo

--
jeremy

On Mon, 2017-07-10 at 22:14 +, César Pablo Camusso wrote:
> Dear partners,
> I want a mesh with only triangles, but I get also quads.
> It is a 2d geometry.
> How can I force gmsh to use only triangles?
> I have attached a geo file as example.
> Regards.
> 
> ___
> gmsh mailing list
> gmsh@onelab.info
> http://onelab.info/mailman/listinfo/gmsh

___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh


Re: [Gmsh] Mesh 2d surface only with triangles.

2017-07-11 Thread Zenker, Dr. Matthias
Hi,

I cannot reproduce it. I open the geo with the GUI, click on Mesh->2D and get a 
triangular mesh.

Matthias


Von: César Pablo Camusso [mailto:cepasar...@yahoo.com.ar]
Gesendet: Dienstag, 11. Juli 2017 00:14
An: gmsh@onelab.info
Betreff: [Gmsh] Mesh 2d surface only with triangles.

Dear partners,
I want a mesh with only triangles, but I get also quads.
It is a 2d geometry.
How can I force gmsh to use only triangles?
I have attached a geo file as example.
Regards.



Erbe Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: 
Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137

___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh


Re: [Gmsh] Mesh 2d surface only with triangles.

2017-07-11 Thread paul . carrico
hi 

There're only triangles in your mesh (see screenshoot) that is what gmsh
does by default (execept if you recombine) 

Paul 

Le 2017-07-11 00:14, César Pablo Camusso a écrit :

> Dear partners, 
> I want a mesh with only triangles, but I get also quads. 
> It is a 2d geometry. 
> How can I force gmsh to use only triangles? 
> I have attached a geo file as example. 
> Regards. 
> 
> ___
> gmsh mailing list
> gmsh@onelab.info
> http://onelab.info/mailman/listinfo/gmsh___
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh