<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It works fine over here.<br>
What version of Gmsh are you using?<br>
The option that allows to copy the mesh type is pretty new... I would
say max 2 months old.<br>
It should work with both the nightly-built and stable version you can
download from the web. <br>
<br>
Ruth<br>
<br>
ouafa bouloumou wrote:
<blockquote cite="mid:SNT109-W42AF1D152B061AB2E29693B6E30@phx.gbl"
 type="cite">
  <style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
  </style><br>
hi, <br>
thank you for help. sorry i didn't specify that i'm using transfinite
grid.<br>
the exemple you propose me gives the same crash error <img
 moz-do-not-send="true" alt=""
 src="http://gfx2.hotmail.com/mail/w3/ltr/emoticons/smile_sad.gif"
 height="19" width="19"><br>
best regards,<br>
 <br>
 <br>
 <br>
  <hr id="stopSpelling">
Date: Mon, 14 Sep 2009 17:13:41 +0200<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:r.sabariego@ulg.ac.be">r.sabariego@ulg.ac.be</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:bouloumou@hotmail.com">bouloumou@hotmail.com</a><br>
CC: <a class="moz-txt-link-abbreviated" href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>
Subject: Re: [Gmsh] Geometry.CopyMeshingMethod<br>
  <br>
The option <br>
  <br>
Geometry.CopyMeshingMethod = 1 ;<br>
  <br>
works when using Transfinite meshes.<br>
  <br>
For instance:<br>
  <br>
Geometry.CopyMeshingMethod = 1 ;<br>
  <br>
Point(1) = {  0.5,  0.5, 0 };<br>
Point(2) = { -0.5,  0.5, 0 };<br>
Point(3) = { -0.5, -0.5, 0 };<br>
Point(4) = {  0.5, -0.5, 0 };<br>
  <br>
Line(1) = {1, 2};<br>
Line(2) = {2, 3};<br>
Line(3) = {3, 4};<br>
Line(4) = {4, 1};<br>
  <br>
Line Loop(5) = {2, 3, 4, 1};<br>
Plane Surface(6) = {5};<br>
  <br>
Transfinite Line {1:4} = 20 ;<br>
Transfinite Surface '*' ;<br>
  <br>
Translate {2, 0, 0} {Duplicata{ Surface{6}; }}<br>
  <br>
  <br>
Regards,<br>
Ruth<br>
  <br>
  <br>
  <br>
  <br>
ouafa bouloumou wrote:
  <blockquote cite="mid:SNT109-W5888C10ECE9FF8C9391AC4B6E40@phx.gbl">
    <style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
    </style>Hi,<br>
 <br>
I would like to duplicate some surfaces retaining the structured mesh
created.<br>
 <br>
I try to use :<br>
   Geometry.CopyMeshingMethod = 1;<br>
    <br>
before the translate{ duplicate..} command, but i got this stopping
error message:  <br>
    <br>
Unknown number option 'Geometry.CopyMeshingMethod'<br>
End of file in string<br>
syntax error(")<br>
 <br>
thanks for help<br>
Ouafa.<br>
    <br>
    <br>
    <hr>
Messenger débarque dans Hotmail ! <a moz-do-not-send="true"
 href="http://www.windowslive.fr/hotmail/web-messenger/">Essayez-le !</a>
    <pre><hr size="4" width="90%">
_______________________________________________
gmsh mailing list
<a moz-do-not-send="true" class="EC_moz-txt-link-abbreviated"
 href="mailto:gmsh@geuz.org">gmsh@geuz.org</a>
<a moz-do-not-send="true" class="EC_moz-txt-link-freetext"
 href="http://www.geuz.org/mailman/listinfo/gmsh">http://www.geuz.org/mailman/listinfo/gmsh</a>
  </pre>
  </blockquote>
  <br>
  <br>
  <pre class="EC_moz-signature">-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Institut Montefiore,
Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
Sart Tilman Campus, Grande Traverse, 10 (B28), B-4000 LIEGE, Belgium
phone: +32-4-3663737 -- fax: +32-4-3662910 -- <a moz-do-not-send="true"
 class="EC_moz-txt-link-freetext"
 href="http://elap.montefiore.ulg.ac.be/">http://elap.montefiore.ulg.ac.be/</a></pre>
  <br>
  <hr>Vous cherchez l'intégrale des clips de Michael Jackson ? <a
 moz-do-not-send="true"
 href="http://www.bing.com/videos/search?q=Michael+Jackson&FORM=MVDE6"
 target="_new">Bing ! Trouvez !</a></blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Institut Montefiore,
Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
Sart Tilman Campus, Grande Traverse, 10 (B28), B-4000 LIEGE, Belgium
phone: +32-4-3663737 -- fax: +32-4-3662910 -- <a class="moz-txt-link-freetext" href="http://elap.montefiore.ulg.ac.be/">http://elap.montefiore.ulg.ac.be/</a></pre>
</body>
</html>