Save time series simulation results? #1113
gregnordin
started this conversation in
General
Replies: 2 comments 1 reply
-
I have not tried using xdmf. However, I think that if you write multiple vtk files such as example001.vtk then ParaView can open them automatically as different time steps. |
Beta Was this translation helpful? Give feedback.
1 reply
-
In case this is helpful to someone, here is a modified version of Example 19 that writes the time series data to an XDMF file that can be read by and animated in ParaView:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Example 19, I can slightly modify the code to save t and u at each time step, but after lots of tries and searches I have not figured out how to write the saved data to a file (xdmf?) that I can import in ParaView and step through the time steps. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions