On Thursday, August 13, 2015 at 6:48:34 AM UTC+2, Jake Brantley wrote: > > I understand how to write a script to generate a structured mesh, however > I am only able to generate the mesh by loading the script within the GUI > and pressing the mesh button. Is there a way to generate a mesh file in > pure Non-interactive mode without ever opening Gmsh? > > Thank you! > > Respectfully, > > Jake
Hi Jake, on the command line, gmsh myscript.geo -2 (-2 for a 2D mesh, -3 for a 3D mesh) should do it. Regards, Dave -- David Colignon, Ph.D. 1er logisticien de recherche Université de Liège ACE - Applied & Computational Electromagnetics Sart-Tilman B28 10, Grande Traverse 4000 Liège - BELGIQUE Tél: +32 (0)4 366 37 32 http://www.ulg.ac.be/nic4
_______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
