On Wed, May 2, 2018 at 11:56 AM, Daniel Vasconcelos <daniel.f...@outlook.com
> 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
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to