Re: [Paraview] How to change value of index for time

2015-08-24 Thread Dan Lipsa
Denis, Try renaming the files name-01.vtu, name-02.vtu, ... On Mon, Aug 24, 2015 at 2:59 AM, denis cohen denis.co...@gmail.com wrote: Hello, I have several vtu files with the same file names. I'd like to make a movie of all these files so how can I increment the value of index (for time) in

Re: [Paraview] How to find the nearest quad element?

2015-08-24 Thread Marco Nawijn
What about the following: Generate two additional datasets, one containing (an approximate of) the center of the hex elements, the second the center of the quads. Then create a vtkKdTreePointLocator object based on the center points of the quad elements. Than loop over the centers of the hex

Re: [Paraview] Writing a Paraview Reader - Only part of the data available

2015-08-24 Thread Dan Lipsa
James, You are missing image-SetDimensions() - that may be a reason why your scalar does not have all values. vtkRectilinear grid is like an image data with variable extents and warped grid. On Fri, Aug 21, 2015 at 6:55 AM, James Furness pcx...@nottingham.ac.uk wrote: Hello, I have a

Re: [Paraview] How to change value of index for time

2015-08-24 Thread Samuel Key
Denis, You can also use a single meta-file to reference this collection, see attached example. Sam On 8/24/2015 12:59 AM, denis cohen wrote: Hello,

[Paraview] How to change value of index for time

2015-08-24 Thread denis cohen
Hello, I have several vtu files with the same file names. I'd like to make a movie of all these files so how can I increment the value of index (for time) in these files. How can I do that? Thank you Denis ___ Powered by www.kitware.com Visit other