[Paraview] Data set comparison

2010-03-22 Thread Luca . Clementi
Hi all, Im trying to compare two data sets in Ensight .case format. I found only this thread referring to data set comparison: http://www.cmake.org/pipermail/paraview/2008-November/010034.html But I could not get it to work. I tried resamply directly the two Ensight data reader. Then I also tr

Re: [Paraview] Data set comparison

2010-03-29 Thread Luca . Clementi
Dear Berk, this really helped me a lot, thanks! But now Im stuck with another problem. The scalar value that I'm trying to compare from the two data sets have the same names. meanTotalPressure So when I do the AddArray() in my script the second array simply overrides the first one. http:/

Re: [Paraview] Data set comparison

2010-03-31 Thread Luca . Clementi
paraview-boun...@paraview.org wrote on 03/30/2010 07:12:48 PM: > > Unfortunately, you have to copy the array with something like: > > copy_array = original_array.NewInstance() > copy_array.DeepCopy(original_array) > copy_array.SetName("foo") > copy_array.UnRegister(None) > > Having said that the

Re: [Paraview] Data set comparison

2010-04-02 Thread Luca . Clementi
Dear Berl, I'm still struggling to compile 3.6.2! When I'm done with that I will take a look at the new one. For the moment I did a programmable filter that return directly the difference of the two scalars (find it attached below), I'm still trying to validate its results. Thanks for your hel

[Paraview] Problem reading large data set (ensight format)

2010-04-14 Thread Luca . Clementi
Hi all, I'm trying to read a large data set ~60Milion cells in Ensight format. The files on the disk are about 18GBs. I compiled Paraview with mpich, I run 8 pvserver on my workstation with mpirun. My workstation has _144GB of RAM_ (which should be enough to load the entire data set), with two qu

Re: [Paraview] Problem reading large data set (ensight format)

2010-04-16 Thread Luca . Clementi
Dear Stephane & Zhanping, I tried to compile 3.8 from CVS, I did the checkout yesterday morning. But the problem persist, with the only difference that the error now appears after few second from the moment I click on Apply button (below the error). Zhanping, unfortunately I can't send the data

[Paraview] Resample with Dataset (vtkValidPointMask)

2010-04-21 Thread Luca . Clementi
Dear all, I have two CVS files with ~50 3d point with a scalar value. I load them in paraview then I use Table To points to have a polygonal mesh. I then use the resample with dataset so that in the next step I can do a with the a programmable filter. The problem I have is that looking at th

Re: [Paraview] Resample with Dataset (vtkValidPointMask)

2010-04-21 Thread Luca . Clementi
Dear David, I have two data sets with 3d points and a scalar value coming from two CSV files and then I filter them through Table to Points, and then I apply the resample data set filter. So basically the two inputs are Poligonal Mesh, see the attached pic. Sincerely, Luca paraview-boun..

[Paraview] Problem changing InputFile property of CVSReader

2010-05-14 Thread Luca . Clementi
Hi all, I have saved the state of a pipeline diffCP.pvsm where I have to two CVSReader then two table to point, a delaunay2d, a resample and a ProgrammableFilter to do the diff. In the sample code attached below Im trying to change the two input file name used in the CVSReader (Input1, Input2) an