2011/8/16 Christian KLETTNER <[email protected]>: > Dear GMSH developers, > I am using GMSH 2.5 and would like to mesh a geometry from the command line. > I was wondering if it is possible in GMSH 2.5 to > get a binary output file in file format 2.1 (i.e. the command line options)?
Is the 2.1 part important? I'm not sure how to do that, but you can get a binary (2.2) from the command line with, e.g., $ gmsh -2 -string 'Mesh.Binary=1;' t1.geo See http://geuz.org/gmsh/doc/texinfo/gmsh.html#index-Mesh_002eBinary-718 _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
