<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 19 Jun 2018, at 11:15, Zuheyr Alsalihi <<a href="mailto:zuheyr@gmail.com" class="">zuheyr@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hello,</div><div class=""><br class=""></div><div class="">I would like to use the option file to generate meshes in batch mode. <br class=""></div><div class=""><br class=""></div><div class=""><div class="">a) How do I find out the complete list of configuration options?</div><div class="">For instance I came across with this from the gmsh list, an email from Fabrice Pepin, dated : Tue, Jan 24, 2017 at 8:22 AM
</div><div class=""><pre class="">><i class=""> Hello,
</i>><i class="">
</i>><i class=""> meshing and exporting the mesh can also be requested in the geo file.
</i>><i class=""> Look at meshing command and meshing options. I use some the command below :
</i>><i class=""> Mesh.ElementOrder = 2;
</i>><i class=""> Mesh.SecondOrderIncomplete = 1;
</i>><i class=""> Mesh.Format = 39;         // Abaqus format
</i>><i class=""> Mesh 2; // for 2D
</i>><i class=""> Save "file_name.inp"; // export in the same directory as geo file
</i>><i class=""> Fabrice.
</i>><br class=""></pre><pre class="">Where do I find this info!? I am c++ literate and downloaded the code but fail to find it.<br class=""></pre></div></div></div></div></blockquote><div><br class=""></div><div>Help->Current options and workspace</div><div><br class=""></div><div>or File->Export and choose a file with the ".opt" extension.</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><pre class="">b) Can I give options to get output in several different formats, such as abaqus and gmesh formats, in the same opt file?</pre></div></div></div></div></blockquote><div><br class=""></div><div>Sure:</div><div><br class=""></div><div>// construct your geometry</div><div>// ...</div><div>Mesh 3; // mesh it</div><div>Save "file.inp"; // save in abaqus format</div><div>Save "file.msh"; // save in gmsh format</div><div><br class=""></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><pre class="">Thank you very much for reading.<br class=""><br class=""></pre><pre class="">Best,<br class=""></pre><div dir="ltr" class="gmail_signature"><div dir="ltr" class="">Zuheyr Alsalihi<br class=""></div></div></div></div></div>
_______________________________________________<br class="">gmsh mailing list<br class=""><a href="mailto:gmsh@onelab.info" class="">gmsh@onelab.info</a><br class="">http://onelab.info/mailman/listinfo/gmsh<br class=""></div></blockquote></div><br class=""><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">— </div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Prof. Christophe Geuzaine<br class="">University of Liege, Electrical Engineering and Computer Science <br class=""><a href="http://www.montefiore.ulg.ac.be/~geuzaine" class="">http://www.montefiore.ulg.ac.be/~geuzaine</a><br class=""><br class="">Free software: http://gmsh.info | http://getdp.info | http://onelab.info</div></div>
</div>
<br class=""></body></html>