<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Hello everyone,<br>
<br>
I think it would be interesting to have a functionality in gmsh similar to the variable substition in unix bash shells. It could simplify the programming of complex geometries by easily defining unique variable names.<br>
<br>
For instance, you would have something like :<br>
<br>
For i In (1:100)<br>
    Physical Surface Conductor${i}={surcond${i}[0]}<br>
EndFor<br>
<br>
It would be equivalent to :<br>
<br>
Physical Surface Conductor1={surcond1[0]}<br>
...<br>
Physical Surface Conductor100={surcond100[0]}<br>
<br>
<br>
To my knowledge, such a functionality is not available currently in gmsh, whereas in getdp you have the ~{i} expression. Am I right ? If yes, I could try to include it in the gmsh source. To which files and objects do I have to concentrate my effort ?<br>
<br>
Thank you for your attention.<br>
<br>
Regards<br>
<br>
Zacharie De Grève<br>
PhD Student<br>
University of Mons<br>
<br>
<br>
<br>
<br>
</div>
</body>
</html>