[Paraview] Different VTK XML files for data and geometry

2012-01-25 Thread Manu GV
Dear all, I have a foo.vts structured grid vtk xml file which consists of geometry and the one scalar cell center variable. I am animating the scalar variable with time and the geometry remains constant. For animation, every file(foo_n.vts) consists of same geometry which I want to avoid. I

Re: [Paraview] Different VTK XML files for data and geometry

2012-01-27 Thread Manu GV
n Wed, Jan 25, 2012 at 1:10 PM, Manu GV mailto:manu@gmail.com>> wrote: Dear all, I have a foo.vts structured grid vtk xml file which consists of geometry and the one scalar cell center variable. I am animating the scalar variable with time and the geometry remains consta

[Paraview] Problem with python_calculator - global_max()

2012-03-19 Thread Manu GV
Dear Paraview users, I am visualizing 3-d scalar data(like pressure field). I visualizing iso-surface of this data with contour filter and want the maximum value of the scalar field to be displayed on screen. This is further animated. Steps I follow: pressure_data -> celldata_to_pointdata ->

[Paraview] Animation problem

2012-03-23 Thread Manu GV
Dear Paraview Users, I am plotting contour and finding the maximum value of a variable. I am doing this with the help of a script(attached) and I run it in python shell in Paraview-GUI. When I animate it, contour animation works but the maximum value of the variable is not updated with time.