<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear all,<br>
    <br>
    I want to create sphere meshes with different radii and do some
    calculations on them from the command-line. I thought I could do
    something like<br>
    <br>
    for r in 1 2 3 4 5<br>
    do<br>
    gmsh -3 -setnumber r $r -o mesh_$r.msh sphere.geo #<br>
    femcalculation mesh_$r.msh<br>
    python visualization.py<br>
    done<br>
    <br>
    But the <br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    <dt style="line-height: 20px; color: rgb(37, 37, 37); font-family:
      helvetica, sans-serif; font-size: 16px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><code style="line-height:
        1.25em; font-size: 13px;">-setnumber name value</code><a
        name="index-g_t_002dsetnumber-name-value-77" style="line-height:
        1.25em; text-decoration: none; color: rgb(6, 69, 173);
        background: none;"></a></dt>
    <dd style="line-height: 20px; color: rgb(37, 37, 37); font-family:
      helvetica, sans-serif; font-size: 16px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">Set constant number
      name=value<span class="Apple-converted-space"> </span></dd>
    <br>
    <br>
    option is not known in my version 2.8.3?<br>
    <br>
    Any recommendations? Or would I need to edit the .geo file with a
    script?<br>
    <br>
    Thanks a lot<br>
    Florian<br>
  </body>
</html>