Roy and John, Thanks for the reply. I am currently using say VTKIO.write_equation_systems() call to output my data. I can also use alternately GMVIO and such but I've never tried using the XDR format before. Are there viewers (Visit, Paraview) that can understand this format ?
Also, I do have non lagrangian elements with DG in my computation. Does XDR class handle this ? I will modify my output code to use the equation_systems.write() call so that I produce XDR files. I will let you know later how this works out. ~vijay > -----Original Message----- > From: Roy Stogner [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2008 4:47 PM > To: Vijay M > Cc: [email protected] > Subject: Re: [Libmesh-users] (Mesh)IO.read_equation_systems ? > > > On Mon, 1 Dec 2008, Vijay M wrote: > > > I'm looking for a way to read in a solution file that was dumped in > earlier > > in a different simulation using (Mesh)IO.write_equation_systems. I can > start > > with the same mesh as the file in the new run but I can't seem to figure > out > > how to read the data in also. You could consider this as something > essential > > for a restart mechanism. > > For restarts, do an EquationSystems::read() to get the results of an > EquationSystems::write() in xda/xdr format. I know we support reading > variables and data from some other IO formats, but I'm not sure which > ones, and I'm pretty sure that many of the more advanced features > (non-Lagrange elements for instance) aren't supported with them. > --- > Roy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
