<div dir="ltr"><div><div><div>I'm using vtkUnstructuredGrid to display point data that changes with time. The unstructured grid, however, remains unchanged.<br><br>Instead of creating a new vtu-file for each time step that contains all the grid information, i created a single vtu-file containing the point data for each time step as a separate data array. The idea is that this avoids having to reload the grid for each time step.<br>
<br></div>Now what I'd like to do is to loop through all the time steps saved as data arrays using some python code.<br><br></div>Does anyone know how to do that? Any help is greatly appreciated.<br><br></div>Matthias<br>
</div>