<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">No, that's not possible.<div>Regards,</div><div>Ruth</div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Dr. Ir. Ruth V. Sabariego</div><div>University of Liege, Electrical Engineering & Computer Science, </div><div>Applied & Computational Electromagnetics (ACE),</div><div>phone: +32-4-3663737 - fax: +32-4-3662910 - <a href="http://ace.montefiore.ulg.ac.be/">http://ace.montefiore.ulg.ac.be/</a></div><br class="Apple-interchange-newline"><br></div></span></div></span></span>
</div>
<br><div><div>On 09 Feb 2012, at 21:02, Olavo Luppi Silva wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="gI">Dear gmsh community<br><br>I'm wondering if it is possible to have .geo code like this:<br><br>/*********************************/<br>lc = 0.1;<br>coords[]= { {1,1,1}, {-1,1,1}, {1,-1,1}, {-1,-1,1} };<br>
<br>For i In {0:3}<br>    Point(i+1) = {coords[i,0],coords[i,1],coords[i,2],lc};<br>EndFor<br></span><span class="gI">/*********************************/</span><br><span class="gI"><br>That is, 'coords' is a matrix of values.  </span><span class="gI">I'm aware that if 'coords' is a list (a vector) of values the piece of code below would work. But if 'coords'  could be declared as a matrix, the rest of my code would be a lot easier.<br>

</span><br><span class="gI">/*********************************/</span><br><span class="gI">lc = 0.1;<br></span><span class="gI">coords[]= { 1,1,1, -1,1,1, 1,-1,1, -1,-1,1 };<br><br>aux=0;<br>N = #coords[]/3;<br>For i In {0:N-1}<br>
    Point(i) = {coords[aux+0],coords[aux+1],coords[aux+2],lc};<br>    aux = aux+3;<br>EndFor</span><span class="gI"><br>/*********************************/<br><br>Thanks <br>Olavo<br></span>
_______________________________________________<br>gmsh mailing list<br><a href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>http://www.geuz.org/mailman/listinfo/gmsh<br></blockquote></div><br></div></body></html>