Also: name you should name your files like: something.e something.e-0002 something.e-0003
Then Paraview will pick up the series automatically simply by opening "something.e". Derek On Wed, May 2, 2018 at 12:20 PM John Peterson <[email protected]> wrote: > On Wed, May 2, 2018 at 11:56 AM, Daniel Vasconcelos < > [email protected] > > wrote: > > > ​Dear libMesh users, > > > > I have been using Paraview to visualize outputs generated by my code. So > > far I have been using VTK to write the solutions however, recently, I > have > > started testing Exodus II due to some issues with the available VTK > > installation. With a fixed mesh no problem at all, even with a time > series. > > My problem starts when I add mesh adaptivity. > > > > Is there any available example on how to use Exodus II with a transient > > system and AMR and still be able to visualize the results with Paraview? > > > > This is possible, the key is that each timestep must be written to a > separate file when you are doing AMR, you can't write multiple timesteps to > the same file any more. > > -- > John > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
