On Wed, Jan 27, 2010 at 8:49 PM, jean pierre aubry
<[email protected]> 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

_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to