[Gmsh] The 'Layers' parameter cannot be conserved after the duplicata operation

戴炜锋 daiwf at eastfdtd.com
Thu Apr 12 04:49:02 CEST 2012


My code is like this:

-------------------------------------------------------------------------------------------------------------------

Extrusion_Result[] = Extrude { 0,0,H } { Surface{Bottom_Surface} ;
           Layers{LayerN}; } ;
//****************************** The mesh here will be layered.

Six_Prism_1_Volume = Extrusion_Result[1];
Translate_Result[] = Translate{ 0,2,0 }{ Duplicata {
Volume{Six_Prism_1_Volume} ; } };
//****************************** This mesh here will not be layered!

Six_Prism_2_Volume = Translate_Result[0];

-------------------------------------------------------------------------------------------------------------------

Is there any simple method to reserve the 'Layers{N}' characterization
after duplicata.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20120412/6a125805/attachment.html>