Re: [Libmesh-users] additional data in XDR

2012-10-25 Thread Cody Permann
While we are on the subject of extra XDR information, at some point, we need to consider writing out the sideset, boundary, and nodeset name information to XDR. We've been doing this in Exodus for awhile. Might as well try to get it into the remaining output formats that can support it to be comp

Re: [Libmesh-users] additional data in XDR

2012-10-25 Thread David Knezevic
On 10/25/2012 02:44 PM, Ataollah Mesgarnejad wrote: > Dear all, > > I have bunch of quick questions. I write and read an additional vector that > I using XDR files: > > write: > > equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA | >EquationSystems::WRITE_ADDITIONAL_DA

Re: [Libmesh-users] additional data in XDR

2012-10-25 Thread Roy Stogner
On Thu, 25 Oct 2012, Ataollah Mesgarnejad wrote: > equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA | > EquationSystems::WRITE_ADDITIONAL_DATA); > > equation_system.read(xdr_file_name.str(), EquationSystems::READ_HEADER | > EquationSystems::READ_DATA | > EquationSystems