[Gmsh] bug
Christophe Geuzaine
c.geuzaine at ulg.ac.be
Thu Jul 31 15:42:00 CEST 2003
Sarah FRANCKE wrote:
>
> I have discovered a bug in GMSH (that's the message I get...). Could you
> please help me?
> these are my geo file and the error file.
>
It's not really a bug: you are generating a whole bunch of flat volumes
(having zero area surfaces) with the extrude commands. My guess is that
you were looking for commands like
Translate {1,0,0} { Duplicata{ Surface {6}; } }
instead of
Extrude Surface {6, {1,0,0}};
Christophe