I think that was it. I had to move the ExodusII_IO out of the for loop. It seems to be working fine now.
Thanks, Manav On Thu, Jun 19, 2014 at 6:56 PM, Manav Bhatia <[email protected]> wrote: > I have named the file as "transient_data.exo" . > Yes, I am selecting the variable before hitting "Apply". > > I have been using ExodusII_IO write from libMesh for a long time, and have > always been writing separate files for each time step. I have always just > opened each time step individually, and this is the first time I am trying > to do all of this in a single file. > > This is my primary work process: > > for (unsigned int i_step = 0; i_step<100; i_step) > { > /* code to calculate stuff */ > > ExodusII_IO(mesh).write_timestep("transient_data.exo", eq_sys, i, > i*.01); > } > > Does this sound reasonable? Should I instead move the ExodusII_IO out of > the for loop? > > Thanks, > Manav > > On Thu, Jun 19, 2014 at 6:46 PM, John Peterson <[email protected]> > wrote: > >> On Thu, Jun 19, 2014 at 4:43 PM, Manav Bhatia <[email protected]> >> wrote: >> > Hi, >> > >> > I am using ExodusII_IO::write_timestep to write my transient >> simulation >> > to a .exo file. Upon opening it in Paraview, it only shows me a 0 >> variable >> > value for each variable over the solution domain, and hitting >> > the "play" button does not show any change of variables. >> > >> > Maybe I am missing a step in the visualization process. Do I need a >> > apply any filters before I can see the animation? >> >> Did you select your variable and hit "apply" on the left hand side of >> Paraview? >> >> -- >> John >> > > ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
