Re: [Libmesh-users] GmshIO class additional functionality

2008-04-14 Thread John Peterson
Hi Vijay, I did get the zip file. Twice ;) I haven't had a chance to work on it yet if anyone else is thinking about taking a crack at it. -J On Mon, Apr 14, 2008 at 7:07 PM, Vijay S. Mahadevan <[EMAIL PROTECTED]> wrote: > > The zip file went through both times. > > I'm sorry if I assumed tha

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-14 Thread Vijay S. Mahadevan
> The zip file went through both times. I'm sorry if I assumed that it meant that you got the zip file on both occasions. The first time i sent it over, I received an error from sourceforge and so I renamed the zip file extension and hoped it would make it the next time. And from what I saw, it di

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-14 Thread Derek Gaston
What is the current status of this? I never did get this zip file (and like John all I got from the original was Meshex.C). Derek On Fri, Apr 11, 2008 at 3:48 PM, John Peterson <[EMAIL PROTECTED]> wrote: > The zip file went through both times. > > -J > > > > On Fri, Apr 11, 2008 at 4:38 PM, Vi

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread John Peterson
The zip file went through both times. -J On Fri, Apr 11, 2008 at 4:38 PM, Vijay S. Mahadevan <[EMAIL PROTECTED]> wrote: > Hmm.. Interesting. My sent mail shows 3 files ! > > I am sending the files again. This time, I'm zipping them all to 1 > file. Let me know if you get them this time. > > No

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread Vijay S. Mahadevan
Hmm.. Interesting. My sent mail shows 3 files ! I am sending the files again. This time, I'm zipping them all to 1 file. Let me know if you get them this time. Note: Rename to .zip before unzipping. Vijay On Fri, Apr 11, 2008 at 4:14 PM, John Peterson <[EMAIL PROTECTED]> wrote: > Hi Vijay, > >

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread John Peterson
Hi Vijay, The only one that made it through for me was meshex.C. -J On Fri, Apr 11, 2008 at 4:12 PM, Vijay S. Mahadevan <[EMAIL PROTECTED]> wrote: > John, > > I sent you 3 files: > > 1) The patch file with modifications in GmshIO.C, GmshIO.h, and > UnstructuredMesh.C. > 2) The test code (mes

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread Vijay S. Mahadevan
John, I sent you 3 files: 1) The patch file with modifications in GmshIO.C, GmshIO.h, and UnstructuredMesh.C. 2) The test code (meshex.C) for GmshIO read and write 3) The sample .msh file : 2dmultiregion.msh I hope you have received these files. If not, let me know and I'll send them again. Aft

Re: [Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread John Peterson
Hi, Did you attach the library modifications as well, or just the test code? Also, I'm not sure about others, but I don't really have a simple .msh file handy so if you could attach one or email it separately if it's too large that would help us out as well. Thanks, John On Fri, Apr 11, 2008 at

[Libmesh-users] GmshIO class additional functionality

2008-04-11 Thread Vijay S. Mahadevan
Hi, I have been using Gmsh to generate my multi-dimensional mesh files and was delighted to find that libMesh supports the format. I eventually realized though that the material numbers were not accounted for or stored anywhere even though specified in the input msh file. And I had to dig into the