OK, I think I am almost there. Thanks to emacs regexp search and replace, I was able to fairly easily convert my hackish copy and paste of the code of convert.py as displayed on my screen to the attached python file. But it won't run because I don't have the geom module. Is this from sfepy svn or somewhere else?
Oh, I think I see it now. The geom module and gmsh look like they are part of femgeom. Is that right or is svn sfepy the right answer?
Thanks again,
Ryan
On Sat, Jun 21, 2008 at 9:06 AM, Ryan Krauss <ryan...@gmail.com> wrote:
Thanks for your help and quick replies. I have a stupid question: how do I download convert.py from that link? Do I need to install Mercurial? I can't find a link that will let me display and/or download the code in raw text so I can save it or copy and paste it without extralines and line #'s.
Thanks again,
Ryan
On Sat, Jun 21, 2008 at 8:57 AM, Ondrej Certik <ond...@certik.cz> wrote:
On Sat, Jun 21, 2008 at 3:52 PM, Ryan Krauss <ryan...@gmail.com> wrote:
I saw that. It meets my current needs for research and non-commercial use, but something free in the BSD sense would be nice.
Yep. Or at least GPL. I also only need it for a research use only, but I am not motivated at all to contribute to the tetgen if I am not allowed to use it freely.
I assume this is the convert.py you were referring to: http://code.google.com/p/femgeom/source/browse/trunk/examples/grain/convert....
that is my old file. Use our hg version, the convert.py is here:
http://hg.sympy.org/sfepy/file/853a1d9e1ab2/convert.py
Ondrej