[Paraview] Creating movies using multiple HDF5 data files

2013-01-16 Thread Pradeep Jha
Hello, I have multiple HDF5 data files containing information at different time steps of a flow simulation. I am using a XDMF file to visualize them. I want to visualize the evolution of a particular iso-surface and data over a slice. How can I perform the same set of operation over all these

Re: [Paraview] Creating movies using multiple HDF5 data files

2013-01-17 Thread Felipe Bordeu
You can generate one (and only one) xdmf file with "temporal information", pointing to each one of your HDF5 files. So ParaView will be aware of the temporal dimension of your data. More info in http://www.xdmf.org/index.php/XDMF_Model_and_Format. Felipe Le 17/01/2013 03:17, Pradeep Jha a é

Re: [Paraview] Creating movies using multiple HDF5 data files

2013-01-17 Thread Pradeep Jha
Hello, thanks for the response. I managed to create and xdmf file that seems to be working. But I want to know if I can make the file more concise. I am dealing with a simple cube of dimension 512^3 for all time steps and the name of my variables and everything remains the same. Only the filename

Re: [Paraview] Creating movies using multiple HDF5 data files

2013-01-18 Thread David E DeMarle
See near top of: http://www.xdmf.org/index.php/XDMF_Model_and_Format I think that either xinclude or xpath can reduce the size of the xdmf file by acting like a macro that gets repeatedly expanded. However, I vaguely remember that the last time I tried that approach it didn't work right off the ba

Re: [Paraview] Creating movies using multiple HDF5 data files

2013-01-24 Thread Karl König
Pradeep, > I am facing another issue. I want to export a movie in the avi format. > When I am trying to export the movie in PV, the "save animation" window > is not giving me the option to save it in the avi format (screenshot > attached below). I am using Paraview 3.98. Why is this happening? T