Hello Computer Science community,
I have an .xmf file that I plot on Paraview using Xdmf reader that is available in Paraview. This file is surface topography and has information about X and Y coordinates/ particles inside (it has point arrays I guess). It also covers 65 time steps. In other words, it includes the information of topography for each time step.
As you all know, it is possible to make a movie by just clicking the play button. What I am interested is that, what amount of increase or decrease in surface topog. happens in each time step "relative to the initial time step and/or time step before the current time". By that way, I will be able to see what is actually happening inside the model and how the topography evolves in time. If I can convert my original file to the one I imagine, then I would record the topographic evolution and compare this with other things as well.
I really need a good explanations since I am beginner at this stage, and the python codes I found on the web just did not work at all. All things evolve around vtk files, or sth like that, and they don't work out for me.
Any help/idea/comment is highly appreciated.