<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [Gmsh] GMSH and EXCEL</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>You really don't need excel for this. Apart from a general dislike of Microsoft stuff, the reason is the following:<BR>
you can create a parameterised .geo file in which you create the geometry automatically. In this geo, you include a parameter file, e.g. parameters.txt where you have all parameters defined:<BR>
---<BR>
size_x=10;<BR>
height=4.2;<BR>
...<BR>
---<BR>
Thats easier and more versatile than excel, you can use any Texteditor you want, even Microsoft notepad.<BR>
<BR>
I hope this suits you,<BR>
nice greetings,<BR>
Bernhard Kubicek<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: gmsh-bounces@geuz.org on behalf of Yosra Bouassida<BR>
Sent: Wed 6/20/2007 5:47 PM<BR>
To: gmsh@geuz.org<BR>
Subject: [Gmsh] GMSH and EXCEL<BR>
<BR>
Hi,<BR>
<BR>
Thank you for your answer, the error message does not appear any more.<BR>
<BR>
I have another question, I hope you help me.<BR>
<BR>
I want to rely a geometry made by GMSH to a page of Excel.<BR>
<BR>
For example:<BR>
<BR>
If I do in GMSH:<BR>
<BR>
<BR>
<BR>
nc=8;<BR>
<BR>
r=10;<BR>
<BR>
For i In {1:nc+1}<BR>
<BR>
Point (i+10) = {0, ytabnc[i], 0, r};<BR>
<BR>
EndFor<BR>
<BR>
<BR>
<BR>
Ytabnc[i], nc and r are values existing in a table in Excel.<BR>
<BR>
<BR>
<BR>
If it isn't possible with Excel, is it possible with another software?<BR>
<BR>
My aim is to create a tool trade for those who aren't familiarized with<BR>
GMSH, they only give dimensions and 'geometry' and 'mesh' will be created.<BR>
<BR>
<BR>
<BR>
Can you refer me to persons who work similarly?<BR>
<BR>
<BR>
<BR>
Please send me if you answer to the following address email:<BR>
<BR>
<BR>
<BR>
bouassid@cermes.enpc.fr<BR>
<BR>
<BR>
<BR>
Best regards<BR>
<BR>
<BR>
<BR>
--------------<BR>
<BR>
Yosra Bouassida<BR>
<BR>
EIFFAGE CONSTRUCTION<BR>
<BR>
Direction scientifique<BR>
<BR>
3 avenue Morane Saulnier - BP46 -78141<BR>
<BR>
Vélizy Villacoublay Cedex<BR>
<BR>
Tél: 01 34 65 89 03<BR>
<BR>
Fax: 01 34 65 87 07<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>