[Gmsh] Geometry.CopyMeshingMethod
ouafa bouloumou
bouloumou at hotmail.com
Tue Sep 15 10:01:57 CEST 2009
hi,
thank you for help. sorry i didn't specify that i'm using transfinite grid.
the exemple you propose me gives the same crash error
best regards,
Date: Mon, 14 Sep 2009 17:13:41 +0200
From: r.sabariego at ulg.ac.be
To: bouloumou at hotmail.com
CC: gmsh at geuz.org
Subject: Re: [Gmsh] Geometry.CopyMeshingMethod
The option
Geometry.CopyMeshingMethod = 1 ;
works when using Transfinite meshes.
For instance:
Geometry.CopyMeshingMethod = 1 ;
Point(1) = { 0.5, 0.5, 0 };
Point(2) = { -0.5, 0.5, 0 };
Point(3) = { -0.5, -0.5, 0 };
Point(4) = { 0.5, -0.5, 0 };
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(5) = {2, 3, 4, 1};
Plane Surface(6) = {5};
Transfinite Line {1:4} = 20 ;
Transfinite Surface '*' ;
Translate {2, 0, 0} {Duplicata{ Surface{6}; }}
Regards,
Ruth
ouafa bouloumou wrote:
Hi,
I would like to duplicate some surfaces retaining the structured mesh created.
I try to use :
Geometry.CopyMeshingMethod = 1;
before the translate{ duplicate..} command, but i got this stopping error message:
Unknown number option 'Geometry.CopyMeshingMethod'
End of file in string
syntax error(")
thanks for help
Ouafa.
Messenger débarque dans Hotmail ! Essayez-le !
_______________________________________________
gmsh mailing list
gmsh at geuz.org
http://www.geuz.org/mailman/listinfo/gmsh
--
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 -- http://elap.montefiore.ulg.ac.be/
_________________________________________________________________
Messenger débarque dans Hotmail ! Essayez-le !
http://www.windowslive.fr/hotmail/web-messenger/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20090915/47ae6c33/attachment.html>