Re: [Paraview] problem using 'stream tracer with custom source' filter

2012-11-01 Thread Paul Edwards
Look at the values for ReasonForTermination that are added to the streamlines. Here are what the numbers mean: 1: OUT_OF_DOMAIN 2: NOT_INITIALIZED 3: UNEXPECTED_VALUE 4: OUT_OF_LENGTH 5: OUT_OF_STEPS 6: STAGNATION Regards, Paul On 23 October 2012 21:21, Hang Deng denghang2...@gmail.com wrote:

Re: [Paraview] Inconsistent results with the stream trace filter

2012-11-01 Thread Joe Borġ
Hi Everyone, Seems the latest build (please check build number) has kept the problem. http://jdborg.com/images/paraview/pv_test.png Thanks, Joe Regards, Joseph David Borġ http://www.jdborg.com On 19 October 2012 17:05, Yuanxin Liu leo@kitware.com wrote: Hi, Joe, It looks like this

Re: [Paraview] ParaView thinks that it does not have a wind blade reader

2012-11-01 Thread Andy Bauer
We're getting ready for a pre-release of PV 4.0 now so we'll need this soon. If we need to update to a newer WindBlade file for the test, we can do that too. You'll have to think though on how to handle backwards compatibility. Andy On Wed, Oct 31, 2012 at 12:37 PM, Sohail Shafii

Re: [Paraview] problem using 'stream tracer with custom source' filter

2012-11-01 Thread Joe Borġ
Hi Hang, I had the same issue, try using the Tetrahedralize filter before the extracts. Regards, Joseph David Borġ http://www.jdborg.com On 23 October 2012 21:21, Hang Deng denghang2...@gmail.com wrote: Dear all, I was trying to plot streamlines in paraview (3.10.1 64bit) for my

[Paraview] Group scalars into a vector

2012-11-01 Thread Nick Szapiro
Hi, Using a reader I would prefer not to edit, x,y,z velocities at vertices are read as 3 scalars. How can I group them or create another variable that is the vector representation of these three? I would like to create glyphs of the velocity field at the vertices. I would appreciate any help.

Re: [Paraview] Group scalars into a vector

2012-11-01 Thread Cory Quammen
Hi Nick, You can use the Calculator to create a vector field from your three scalar fields. Say your three scalar fields are named X_VELOCITY, Y_VELOCITY, and Z_VELOCITY. Then in the main text field just above the various functions/operators, you should enter (iHat*X_VELOCITY) +

[Paraview] Problem building from source

2012-11-01 Thread Tim Gallagher
Hi, I'm trying to build the code I just pulled on master: git branch * master git describe v3.14.1-2499-g16f07c1 I set VTK_USE_X to OFF: grep USE_X CMakeCache.txt VTK_USE_X:BOOL=OFF but it fails while building with: Linking CXX shared library ../../../lib/libvtkGUISupportQt-pv3.14.so

Re: [Paraview] Group scalars into a vector

2012-11-01 Thread Nick Szapiro
Hi, Thank you for your reply. This works perfectly. For those it may help, I had to create a glyph filter of the vector to visualize the result. Simply toggling the display options from surface to 3D glyphs does not work for me. Cheers, Nick On Thu, Nov 1, 2012 at 3:44 PM, Cory Quammen

Re: [Paraview] problem using 'stream tracer with custom source' filter

2012-11-01 Thread Hang Deng
Thank you Joe and Paul so much for your reply! Got it working now~ Best, Hang On Thu, Nov 1, 2012 at 1:45 PM, Joe Borġ m...@jdborg.com wrote: Hi Hang, I had the same issue, try using the Tetrahedralize filter before the extracts. Regards, Joseph David Borġ http://www.jdborg.com

Re: [Paraview] No rendering in ParaviewWeb with javascript

2012-11-01 Thread Purohit, Sumit
Hi Seb, I think there is an issue with the way Prototyp library construct JSON Vs how PraviewWeb uses it??. As for some reason when I call JSON.stringify() in the paraview.js::executeRemote() method, it returns json object with double quotes around it. It is a valid JSON structure but