<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE[2]: [Gmsh] unstable behaviour with 2nd order elements</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear Christophe,<BR>
<BR>
Thanks for your swift answer.<BR>
<BR>
I checked the nightly version (20-Nov-2008 01:11) on Linux.<BR>
In 2D, everything is correct. Additionally I tested some complex<BR>
geometries and all was ok.<BR>
<BR>
But in 3D, the anomalous behaviour persist. At least, this time,<BR>
at the end of the execution you can read "segmentation fault" in<BR>
the command line.<BR>
<BR>
I used the same simple code a in the previous message, but this<BR>
time adding a simple extrusion of the square (see below):<BR>
<BR>
//--------------------------------------------<BR>
mm = 0.001;<BR>
Lx = 1000*mm;<BR>
Ly = 1000*mm;<BR>
Lz = 1000*mm;<BR>
lc = 100*mm;<BR>
p1=newp; Point(p1)={-Lx/2,-Ly/2,-Lz/2,lc};<BR>
p2=newp; Point(p2)={-Lx/2,+Ly/2,-Lz/2,lc};<BR>
p3=newp; Point(p3)={+Lx/2,+Ly/2,-Lz/2,lc};<BR>
p4=newp; Point(p4)={+Lx/2,-Ly/2,-Lz/2,lc};<BR>
l1=newl; Line(l1) = {p1, p2};<BR>
l2=newl; Line(l2) = {p2, p3};<BR>
l3=newl; Line(l3) = {p3, p4};<BR>
l4=newl; Line(l4) = {p4, p1};<BR>
ll1=newll; Line Loop(ll1) = {l1, l2, l3, l4};<BR>
s1=news; Plane Surface(s1) = {ll1};<BR>
Recombine Surface{s1};<BR>
<BR>
Ext1[]=Extrude {0, 0, Lz} { // NEW<BR>
 Surface{s1};               // NEW<BR>
 Layers{10,1};              // NEW<BR>
 Recombine;                 // NEW<BR>
};                          // NEW<BR>
//--------------------------------------------<BR>
<BR>
<BR>
Thank you very much for your help<BR>
<BR>
Francisco<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
Dr. Francisco A. Gilabert Villegas<BR>
Mecánica de Medios Continuos y Modelización<BR>
<BR>
Instituto de Tecnología Cerámica<BR>
Campus Universitario Riu Sec | Avda. Vicent Sos Baynat, s/n<BR>
12006 Castellón (Spain)<BR>
Tel. 34 964 34 24 24<BR>
Fax 34 964 34 24 25<BR>
<BR>
CONFIDENCIALIDAD<BR>
La información contenida en este mensaje y/o archivo(s) adjunto(s) es confidencial/privilegiada y está destinada<BR>
a ser leída sólo por la(s) persona(s) a la(s) que va dirigida. Si usted lee este mensaje y no es el destinatario señalado,<BR>
el empleado o el agente responsable de entregar el mensaje al destinatario, o ha recibido esta comunicación por<BR>
error le informamos que está totalmente prohibida, y puede ser ilegal, cualquier divulgación, distribución o<BR>
reproducción de esta comunicación, y le rogamos que nos lo notifique inmediatamente y nos devuelva el mensaje<BR>
original al e-mail: itc@itc.uji.es. Gracias.<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>