Re: [Paraview] Rendering in parallel

2014-07-01 Thread Jérémy Santina
Actually, I did try the D3 filter but I didn't really see any better results. Maybe it is because I don't know how to configure it. How does D3 filter work ? 2014-06-30 16:21 GMT+02:00 Moreland, Kenneth kmo...@sandia.gov: Jeremy, Like the other parallel processing in ParaView, the

Re: [Paraview] CRAY building with cray-mpich2

2014-07-01 Thread Favre Jean
We're running ParaView on our Cray XC30, with GPU rendering here's my cmake line: cmake -DMPI_C_COMPILER=/opt/cray/craype/2.1.0/bin/cc -DMPI_CXX_COMPILER=/opt/cray/craype/2.1.0/bin/CC -DMPI_CXX_LIBRARIES=/opt/cray/mpt/6.3.0/gni/mpich2-gnu/48/lib/libmpichcxx.so

[Paraview] Can't display/plot simple VTK

2014-07-01 Thread Florian Lindner
Hello, I have a VTK I want to plot/analyze in paraview. It does not really contain valid geometry information as far as I can tell, so I try to plot it using the Line Chart View. I can watch the data using the SpreadSheet View but as soon as I change the tab to the Line Chart non of the

Re: [Paraview] calculate total sum of a variable in CTH data

2014-07-01 Thread Su, Simon M CTR USARMY ARL (US)
Hello, I am trying to simply add up all the values of a variable in the CTH dataset using programmable filter with the python code at the end of this email.. The code seems to be working for the other dataset that I worked in the past. But for CTH dataset, it is giving me an error with

Re: [Paraview] CRAY building with cray-mpich2

2014-07-01 Thread Utkarsh Ayachit
Bucky, Like Jean, suggests, FindMPI can be tricky. It's easier to just manually specify allt he MPI_LANG_TYPE flags explicitly. Let's start there. If FindMPI still ends up messing up the variables you set, can you force FindMPI to not do interrogation by adding the following variables. -D

Re: [Paraview] calculate total sum of a variable in CTH data

2014-07-01 Thread Utkarsh Ayachit
Simon, Use the following for your main body. Also note, for AMR datasets, the scalars are available cell data, not point data. --- if input.IsA(vtkUniformGridAMR): # This initializes AMR properly. It will share

Re: [Paraview] calculate total sum of a variable in CTH data (UNCLASSIFIED)

2014-07-01 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hi Utkrash, Thanks -simon -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, July 01, 2014 9:14 AM To: Su, Simon M CTR USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] calculate total

Re: [Paraview] TemporalParticlesToPathlines filter missing scalar

2014-07-01 Thread Berk Geveci
Sounds like a bug. Do you have data/pipeline to reproduce it? -berk On Mon, Jun 30, 2014 at 11:48 PM, Bill Sherman sherm...@indiana.edu wrote: Hello, I am confused by something that the TemporalParticlesToPathlines filter seems to be doing. It seems to be deleting or replacing one of the

[Paraview] adding components to existing array using Phython Programable Filter

2014-07-01 Thread Mich Aelo
Hello, I am new to Paraview as well as Phython. Currently I am working on some tensor representation issues. Right now, I am dealing with a symetric tensor dataset. As the the tensor is symetric only 6 values are stored in the data array. Some filters I would like to apply, however, demand input

Re: [Paraview] Rendering in parallel

2014-07-01 Thread Moreland, Kenneth
To check the distribution of the data, use the Process Id Scalars filters. That should color the data based on which processor it is located. It might help if you described your system more completely. What kind of data are you loading? Is it image data? Polygon data? AMR? An unstructured grid?

Re: [Paraview] TemporalParticlesToPathlines filter missing scalar

2014-07-01 Thread Bill Sherman
On 07/01/2014 10:46 AM, Berk Geveci wrote: Sounds like a bug. Do you have data/pipeline to reproduce it? Sure. I put a tar file at: http://iq-station.org/downloads/Part2Path_debug.tar.gz I included the first 9 steps of the data. -berk Thanks, Bill On Mon, Jun

[Paraview] Color legend and log scaling

2014-07-01 Thread Scott, W Alan
I would like to propose a few changes in our log scaling algorithm for painting a dataset by a variable. I discussed this with Utkarsh, and he asked that I bounce it off the e-mail list. So, here goes. Currently, when a user log scales a variable, if all data is positive, ParaView just uses

Re: [Paraview] Color legend and log scaling

2014-07-01 Thread Samuel Key
Allen, I like the way you think. I have an application that shows best using a logarithmic scale for the iso-surface displays/animations. I now have to set-up by hand the log-limits, avoiding negative numbers. Your suggested refinements would be helpful to me.

Re: [Paraview] Color legend and log scaling

2014-07-01 Thread David Thompson
Hi Alan, I would like to propose a few changes in our log scaling algorithm for painting a dataset by a variable. I discussed this with Utkarsh, and he asked that I bounce it off the e-mail list. So, here goes. Currently, when a user log scales a variable, if all data is positive,

Re: [Paraview] [EXTERNAL] Re: Color legend and log scaling

2014-07-01 Thread Scott, W Alan
With regards to data spanning more than 4 orders of magnitude, this is dealt with by having this value user selectable. With regards to setting q to include most data, using a q at all is user selectable. If you turn it off, Rescale to Data Range would just set min and max to include all