Re: [Paraview] had to make up a value for selection: what am I doing wrong?

2008-09-05 Thread Utkarsh Ayachit
Great, in that case, I shall commit the fix to CVS sometime today. Utkarsh Takuya OSHIMA wrote: Hi Utkarsh, Thanks a lot, it did fix the issue! Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Utkarsh

Re: [Paraview] Strange behaviour with large datasets

2008-09-05 Thread Nathanael Inkson
Dear Ken, Wow that sounds ideal. Can't wait! :oD Cheers, Nat. -Original Message- From: Moreland, Kenneth [mailto:[EMAIL PROTECTED] Sent: 05 September 2008 16:44 To: Nathanael Inkson Cc: paraview@paraview.org Subject: Re: Strange behaviour with large datasets There is no such filter

Re: [Paraview] casting vtkPointData* to double*

2008-09-05 Thread Moreland, Kenneth
Note that ParaView does not really use the active scalars, so there is a good chance that you will be unpleasantly surprised when you don't get the array you expect. ParaView uses a newer convention of vtkAlgorithm to specify input arrays: the vtkAlgorithm::SelectInputScalars() method. The

Re: [Paraview] Read one exodus file among many

2008-09-05 Thread Moreland, Kenneth
Try scrolling down to the bottom of the object inspector panel and modify the filename pattern properties. I usually find it easiest to just set the start and end indices. -Ken On 9/5/08 12:49 PM, Scott, W Alan [EMAIL PROTECTED] wrote: If I have an 8 exodus file dataset, how do I only read

Re: [Paraview] custom filter?

2008-09-05 Thread Dominik Szczerba
Where can I find the file can.ex2 to try? I dont see it on the page. -- Dominik On Friday 05 September 2008 08:41:14 pm Moreland, Kenneth wrote: I suspect the problems you are having with transient data is the same bug reported in issue #7586. http://www.paraview.org/Bug/view.php?id=7586

Re: [Paraview] custom filter?

2008-09-05 Thread Moreland, Kenneth
It is part of the ParaView test data. You can get it from the ParaView download web page. -Ken On 9/5/08 2:24 PM, Dominik Szczerba [EMAIL PROTECTED] wrote: Where can I find the file can.ex2 to try? I dont see it on the page. -- Dominik On Friday 05 September 2008 08:41:14 pm Moreland,