<!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>unstable behaviour with 2nd order elements</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear all,<BR>
<BR>
I have the following problem:<BR>
<BR>
Using the version 2.2.5, gmsh is abruptly closed<BR>
if the simple code listed below try to be processed<BR>
to create a 2D mesh using 2nd order elements:<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>
<BR>
The older version 1.65 works well and it successfully<BR>
creates 2D and 3D meshes with 2nd order elements.<BR>
<BR>
My current OS is OpenSuse 11.0. Just for cheking,<BR>
I executed the same piece of code using the same<BR>
version 2.2.5 under Windows Vista Business. Unfortunately,<BR>
the result was the same: suddenly, gmsh is aborted without<BR>
emitting any message or track to follow.<BR>
<BR>
It seems to me that some extremely severe error occurs.<BR>
Do you know any reason which is provoking this situation ?<BR>
Am I doing something wrong ?<BR>
<BR>
Thank you in advance<BR>
<BR>
<BR>
Francisco<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<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>
</FONT>
</P>

</BODY>
</HTML>