[Gmsh] Gmsh surface remeshing, file format
Mikhail Artemyev
artemiev.mikhail at gmail.com
Tue Nov 24 15:04:53 CET 2015
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, <gmsh-request at ace20.montefiore.ulg.ac.be>
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20151124/dcdebcf5/attachment.html>