Re: [Paraview] about time step

2011-03-28 Thread Gena Cid
On Sun March 27 2011 12:55:42 hyper hyper wrote: Dear All, I am showing my process in paraview with respect to time, however, I can not show the exact time step. Could you tell me how to show the time step in the animation and how to change the name of the time step. For example,

[Paraview] Parallel Data visualization.

2011-03-28 Thread Arjun Yadav
Description of Problem. We have a CFD solver that runs in parallel mode. Each partition runs a portion of mesh just like other parallel CFD codes do. We wish to visualize the data exported from this solver. Since data sizes are very large, it is not possible for me to assemble the data to 1

[Paraview] Updateprogress issue

2011-03-28 Thread owen.arnold
Hi, I have a filter which executes some code in a third-party library, which takes a considerable time to run. I therefore use UpdateProgress and SetProgress text method calls to inform the users about the progress. This works fine the first time I 'Apply' my filter, correctly displaying both

[Paraview] How to get the different data array / data set of a vtk file

2011-03-28 Thread Gil Wertz
In Paraview, in Information Data Arrays there is a list of the data set of my vtk file (name,type,Data range). But when I create a 'LegacyVTKFileReader', I give the inputFile, but how do I know number of dataSet , their names and how do I use one specifically ? ( Actually I automaticaly use

Re: [Paraview] Updateprogress issue

2011-03-28 Thread Utkarsh Ayachit
I think the problem maybe more on the ParaView side. Attached is a patch. Can you verify if that resolves the issue? Utkarsh On Mon, Mar 28, 2011 at 5:16 AM, owen.arn...@stfc.ac.uk wrote: Hi, I have a filter which executes some code in a third-party library, which takes a considerable

Re: [Paraview] about time step

2011-03-28 Thread Moreland, Kenneth
If you are trying to change the units or otherwise linearly scale time values, use the Temporal Shift Scale filter. -Ken Kenneth Moreland *** Sandia National Laboratories *** *** *** *** email: kmo...@sandia.gov ** *** ** phone: (505) 844-8919 ***

Re: [Paraview] having two plot on line in a same window

2011-03-28 Thread Utkarsh Ayachit
You can turn on the visibility for both the Plot Over Line filters in the same plot view to see both the curves in the same plot. Utkarsh On Tue, Mar 22, 2011 at 12:11 PM, ali rostai ali.ros...@gmail.com wrote: Hi, I am a new user of paraview. There is a simple channel and I want to see the

Re: [Paraview] Problem with editing mesh/model | Could You help me please ?

2011-03-28 Thread Utkarsh Ayachit
Agata, ParaView is not designed for such kinds of operations, so there are no easy ways for doing these in ParaView. Utkarsh On Mon, Mar 21, 2011 at 3:44 AM, Agata Krasoń agatakra...@gmail.com wrote: Hi  ParaView Users ;)  I have problem with editing mesh/models.  I have a model/mesh

[Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Brian Panneton
I am making a reader that will be reading in a bunch of X Y statistics. At first I was reading them into a vtkTable which then I could run the 'Plot Data' filter and get a 2D line chart. I was wondering if there was a better way to do this. I want to try to use something like vtkPolyData, but I

Re: [Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Utkarsh Ayachit
I am not sure why you'd want to use a vtkPolyData. In fact, what you're doing with vtkTable seems very reasonable to me. Utkarsh On Mon, Mar 28, 2011 at 10:37 AM, Brian Panneton brian.panne...@gmail.com wrote: I am making a reader that will be reading in a bunch of X Y statistics. At first I

Re: [Paraview] Updateprogress issue

2011-03-28 Thread owen.arnold
Thanks. That patch worked. Owen. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 28 March 2011 14:53 To: Arnold, Owen (-,RAL,ISIS) Cc: paraview@paraview.org Subject: Re: [Paraview] Updateprogress issue I think the problem maybe more on the ParaView

Re: [Paraview] Parallel Data visualization.

2011-03-28 Thread David E DeMarle
I would: 1) See if your solver can output into one of the file formats that ParaView understands. Those are listed at: http://paraview.org/Wiki/ParaView/Users_Guide/List_of_readers Many, but not all of those are parallel aware and will do exactly what you are trying to do. 2) If not, first

Re: [Paraview] How to compare 2 vtk files using paraview?

2011-03-28 Thread David E DeMarle
I don't think we have a filter which does that yet. The statistics filters might come close but I suspect they won't do exactly what you want. I recommend you write a two input python programmable filter which compares the number of points and cells on its two inputs and then if they match

Re: [Paraview] Maybe a silly question?

2011-03-28 Thread David E DeMarle
The ex2 object is a reader, it won't have data in it. The ex2 object should have a control that you can use to specify which arrays to read/ignore from the file but that is different from what you are asking for. In any case when you update the reader it it will produce data, and that you already

[Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-03-28 Thread Sebastien Jourdain
Folks, For those of you who haven't follow the topic in the paraview-developers mailing list here is a quick summary on what's going on in the coming weeks. We've been working for a while now on restructuring the Server Manager of ParaView to make it more efficient as well as allowing it to

[Paraview] Possible bug in v3.10 when multiple readers available

2011-03-28 Thread Nenad Vujicic
Hello everyone, I had problems when loading files for which there are more then one readers available. When I looked at Qt/ApplicationComponents/pqLoadDataReaction.cxx I noticed in pqLoadDataReaction::DetermineFileReader() Ln 187, pqSelectReaderDialog is shown only when there are more then 3

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-03-28 Thread Takuya OSHIMA
Hi, I think it would be helpful if there is a quick guidance about what changes to what in typical cases, for example what I have figured out for my plugin are (am I correct about all these?): OLD: pxy-Set/GetServers() (where pxy is a vtkSMProxy) NEW: pxy-Set/GetLocation() OLD: