[Gmsh] (no subject)

Geordie McBain gdmcbain at freeshell.org
Wed Jan 27 23:31:32 CET 2010


On Wed, Jan 27, 2010 at 8:49 PM, jean pierre aubry
<jeanpierre at lamachine.fr> wrote:
> how to specify the mesh name when exporting a file to a *.med file
> if i want this mesh name to be different from the parent example.geo
> name??
>
> example:
> i have example.geo
> i perform the meshing
> i save to meshing.mesh
> the mesh name in the med file will "example"
> how to st it to "new_mane"

Hello.  You've got a few options here.  One is via the -o command line
option <http://geuz.org/gmsh/doc/texinfo/gmsh.html#Command_002dline-options>;
e.g.

$ gmsh -3 -o new_mane.med -format med example.geo