From: John P. <jwp...@gm...> - 2018-05-02 18:20:03
|
On Wed, May 2, 2018 at 11:56 AM, Daniel Vasconcelos <dan...@ou... > 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 |