I just got some help from Paul Bauman. For future reference for others, my problem was that the name of my file ended with a number. Apparently, by default paraview interprets a number at the end of a file name as the partition number and will try to load the other partitions. So, changing the name to A1.exo worked.
Thanks! Andrea On Mon, Feb 13, 2012 at 9:09 PM, Andrea Hawkins-Daarud <[email protected]> wrote: > Hi All- > > I am trying to have libmesh write out to exodus format and then use > Paraview to view it. Paraview will initially load it, but when I try > to visualize any of the variables, it fails. The weird thing is I've > loaded and am trying to visualize A1.e100 but the mass of errors that > gets spit out is the following starting with A1.e001 and ending with > A1.e099: > > In ..\..\..\..\source\VTK\Hybrid\vtkExodusIIReader.cxx, line 5540 > vtkExodusIIReader (0000000006BE5240): Unable to open file > "C:\cygwin\home\ahawkins\model_select\A1.e099" to read metadata > > > ERROR: In ..\..\..\..\source\VTK\Filtering\vtkExecutive.cxx, line 756 > vtkCompositeDataPipeline (000000000B429750): Algorithm > vtkExodusIIReader(0000000006BE5240) returned failure for request: > vtkInformation (0000000010181730) > Debug: Off > Modified Time: 248273 > Reference Count: 1 > Registered Events: (none) > Request: REQUEST_INFORMATION > FROM_OUTPUT_PORT: 0 > FORWARD_DIRECTION: 0 > ALGORITHM_AFTER_FORWARD: 1 > > Those files don't exist, so it's not surprising it can't see the > metadata. But, why is it trying to read them? Is there something in > the writer telling it to try to load previous images? The > equation_system is a TransientNonlinear; does that have a default that > its trying to write to a time series? > > Thanks in advance for your help! > Andrea ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
