Hi Bastian,

You can put this in your .geo file to save the mesh in the .bdf format:
Mesh.Format = 31;

Also, I think this should work when you build the mesh in the command line:
$ gmsh file.geo -3 -o file.bdf

Also, when you save the resulting mesh in GUI ("Save as...") you can
specify the extension of the mesh, and the format will be chosen
automatically.

Best,
Mikhail



On Sat, Nov 21, 2015 at 12:36 AM, <[email protected]>
wrote:

> Hello,
>
> I am currently testing gmsh with the aim to remesh complex surface
> meshes. First tests of the artery example look good. Is there a way to
> specify an mesh output format other than "msh" (e.g. bdf or inp) in the
> geo-file? Thanks.
>
> Regards Bastian
>
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to