On Wed, Jan 28, 2009 at 2:51 PM, Brent Kraczek <[email protected]> wrote:
> Hi all,
>
> For my application I need a specialized mesh. I have come-up with a way
> to generate the mesh in another format, but it appears I need to convert
> the mesh to the .xda format. This is fine, and I found the 2005 document
> "Description of the XDA/XDR mesh format ..." . However, the reference
> elements included with the most recent version of libmesh don't appear
> to follow this format. Is there a more recent document, possibly an
> internal design doc, or somewhere in the source code that gives an up to
> date description? I think I'm figuring it out, but I want to be sure.

Yes, unfortunately that documentation is out-dated!  However, I think
you can still read in the old style format by using a "legacy" XDA
reader object.  If you have an svn checkout of the code, you can diff
the reference element files against revision 1254, e.g.

svn diff -r1254 reference_elements/2D/one_quad.xda

to see what's changed.

-- 
John

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to