[Gmsh] unexpected results

Christophe Geuzaine cgeuzaine at ulg.ac.be
Fri Mar 11 22:11:15 CET 2016


> On 11 Mar 2016, at 19:28, Theler German Guillermo <gtheler at cites-gss.com> wrote:
> 
> Dear all
> 
> I wrote the following .geo file but got the unexpected results shown in
> the attached images. I am using verions 2.12.0 as compiled from svn.
> Any suggestion?

It's one of the annoying quirks of Gmsh's internal CAD engine, for backward compatibility. Setting "Geometry.ExactExtrusion = 0;" will do the trick.

> 
> 
> e = 3;
> theta = 1;
> R = e*e;
> h = 2*e*Pi;
> 
> lc = 0.4;
> 
> 
> Point(1) = {0, 0, 0, lc};
> Point(2) = {R, 0, 0, lc};
> Point(3) = {0, -R, 0, lc};
> Point(4) = {0, R, 0, lc};
> Point(5) = {-R, 0, 0, lc};
> 
> Circle(1) = {3, 1, 2};
> Circle(2) = {2, 1, 4};
> Circle(3) = {4, 1, 5};
> Circle(4) = {5, 1, 3};
> Line Loop(5) = {3, 4, 1, 2};
> Plane Surface(6) = {5};
> 
> Extrude {0, 0, h} {
>  Surface{6};
> }
> 
> Rotate {{0.1, 0.2, 0.3}, {0, 0, 0}, theta} {
>  Volume{1};
> }
> 
> 
> 
> --
> Germán Theler :: CTO Ingeniería & TICs
> 
> CITES – Centro de Innovación Tecnológica Empresarial y Social S.A.
> Dirección General Sancor Seguros
> Grupo Sancor Seguros
> tel +54 3493 –428 500 – Int.: 3374
> gtheler at cites-gss.com
> www.cites-gss.com - www.gruposancorseguros.com
> 
> 
> 
> ________________________________
> Imprima este mensaje sólo si es absolutamente necesario.
> Para imprimir, en lo posible utilice el papel de ambos lados.
> El Grupo Sancor Seguros se compromete con el cuidado del medioambiente.
> 
> 
> 
> ************AVISO DE CONFIDENCIALIDAD************
> 
> El Grupo Sancor Seguros comunica que:
> 
> Este mensaje y todos los archivos adjuntos a el son para uso exclusivo del destinatario y pueden contener información confidencial o propietaria, cuya divulgación es sancionada por ley. Si usted recibió este mensaje erróneamente, por favor notifíquenos respondiendo al remitente, borre el mensaje original y destruya las copias (impresas o grabadas en cualquier medio magnético) que pueda haber realizado del mismo. Todas las opiniones contenidas en este mail son propias del autor del mensaje. La publicación, uso, copia o impresión total o parcial de este mensaje o documentos adjuntos queda prohibida.
> 
> Disposición DNDP 10-2008. El titular de los datos personales tiene la facultad de ejercer el derecho de acceso a los mismos en forma gratuita a intervalos no inferiores a seis meses, salvo que acredite un interés legítimo al efecto conforme lo establecido en el artículo 14, inciso 3 de la Ley 25.326. La DIRECCIÓN NACIONAL DE PROTECCIÓN DE DATOS PERSONALES, Organo de Control de la Ley 25.326, tiene la atribución de atender las denuncias y reclamos que se interpongan con relación al incumplimiento de las normas sobre la protección de datos personales.
> <cilindro1.png><cilindro2.png>_______________________________________________
> gmsh mailing list
> gmsh at onelab.info
> http://onelab.info/mailman/listinfo/gmsh

-- 
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science 
http://www.montefiore.ulg.ac.be/~geuzaine

Tetrahedron V, July 4-5 2016: http://tetrahedron.montefiore.ulg.ac.be
Free software: http://gmsh.info | http://getdp.info | http://onelab.info




More information about the gmsh mailing list