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 2:26 PM, Vijay S. Mahadevan <[EMAIL PROTECTED]> wrote:
> 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 code and eventually modified the GmshIO class to
>  include these data and store it in a MeshData object based on the same
>  concepts from UNVIO class.
>
>  I have attached the patch and a sample test code along with the mail.
>  I would appreciate it if you can include this code in the current
>  developer version so that I do not have to maintain this separately
>  and worry about losing changes every time I update my codebase. Please
>  do verify that there are no bugs in the modifications also. Also, I
>  hope that other people will find this functionality useful since the
>  .unv file generation from Gmsh has its own issues and this IMO is a
>  little cleaner way of passing physical and elementary data to the end
>  user along with arbitrary number of attributes/element.
>
>  I am also interested in knowing how others have been passing the
>  material data from the mesh to the code for multi-region problems. Do
>  let me know if you have any comments.
>
>  Cheers,
>  Vijay
>
> -------------------------------------------------------------------------
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
>  Libmesh-users mailing list
>  [email protected]
>  https://lists.sourceforge.net/lists/listinfo/libmesh-users
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to