[Paraview] Adding time steps to a data set

2016-02-10 Thread Salazar De Troya, Miguel
Hello I have several exodus files which are snapshots of an optimization history. Each snapshot reflects a design change and how it is gradually being improved and more optimal. I want to make a movie showing this optimization history. What I have done so far is to add all the files in the

[Paraview] Combining files in an animation

2016-02-09 Thread Salazar De Troya, Miguel
Hello Newbie here, hopefully my question is not too obvious. I have two .e files from two consecutive optimization iterations. I want to show how the results evolve from one iteration to the next with an animation. What I did was to add the two files in the animation and modify the field

[Paraview] Number of frames depending on the Picture size

2016-02-23 Thread Salazar De Troya, Miguel
Hello I am calling this function to write a movie renderView1.ViewSize = [1984,1962] WriteAnimation('./movie_png/optimization_movie.png',Magnification=1, FrameRate=1.0, Compression=False) And I have noticed that the number of resulting PNG files depends on the Magnification variable and on

Re: [Paraview] Number of frames depending on the Picture size

2016-02-25 Thread Salazar De Troya, Miguel
Hello Anybody could help me with this please? Thanks Miguel From: ParaView > on behalf of Miguel Salazar > Date: Tuesday, February 23, 2016 at 10:57 AM To:

[Paraview] Merging two datasets

2016-08-15 Thread Salazar De Troya, Miguel
Hello, I have two data sets that share the same mesh and are both cell data. I want to put them together in a single dataset so I can extract a selection of cells given a criteria from one of the original datasets and then apply a filter to the other dataset. I tried doing GroupDataSet, but it

[Paraview] X and Y bounds in python

2016-08-29 Thread Salazar De Troya, Miguel
Hello I’ve got an object opened that consists on an unstructured mesh with some cell data. In the Information tab, I can read the bounds for the X and Y coordinates, how can I extract this information in a python script? Thanks Miguel ___ Powered by

[Paraview] How to use the plugin Geodesic Measurement

2016-10-11 Thread Salazar De Troya, Miguel
Hello I loaded the Geodesic Measurement plugin with the Plugin Manager, but I do not know how to use it. I see it as a filter option, but it is disabled even for point-based data. I haven’t been able to find an example either. I am interested in finding the shortest path between two points in

[Paraview] ERROR: Cannot read points array from Points in piece 0. The data array in the element may be too short.

2017-12-04 Thread Salazar De Troya, Miguel
I am trying to open these two files, which are both similar. They are the result of the same simulation, but with different parameters. For some reason, I can open the first, but not the second one. I am attaching them here (could not attach them to the email)

[Paraview] Glyphs and spreadsheets

2018-01-08 Thread Salazar De Troya, Miguel
Hello, I want to extract the output from a Glyph filter into a spreadsheet. I want the coordinates of the origin of each glyph and its components so I can plot the same vectors using matplotlib.quiver capability. I tried to do this using the Spreadsheet view, but I ran into some issues: -

Re: [Paraview] Glyphs and spreadsheets

2018-01-08 Thread Salazar De Troya, Miguel
the arrow (2 for the shaft and 2 for the head). There are more points for the regular arrow (it’s a 3D object). -- From: ParaView <paraview-boun...@paraview.org> on behalf of "Salazar De Troya, Miguel" <salazardet...@llnl.gov> Date: Monday, January 8, 2018 at 11:13 AM To: