Re: [Paraview] Glyph for normalized zero vectors

2015-07-28 Thread kenichiro yoshimi
Cory, Thank you for your response. This works fine. I hope that Glyph filter has the feature to always remove glyphs for zero vectors. Thank you again for your help. Best, yoshimi 2015-07-28 21:55 GMT+09:00 Cory Quammen cory.quam...@kitware.com: Yoshimi and Gaspare, Try Thresholding the

Re: [Paraview] How to assign separate parallel pvserver processes to separate independent datasets?

2015-07-28 Thread Andy Bauer
The closest thing I can think of is doing this in batch. Information on that is available at http://www.paraview.org/Wiki/Spatio-Temporal_Parallelism. It's probably doable in ParaView but would likely take significant amount of modification. On Mon, Jul 27, 2015 at 5:26 PM, Krishna Pai

[Paraview] Compiling ParaView 4.3.1 release

2015-07-28 Thread Bruce Jones
Hey Guys, I have successfully built a recent commit in the paraview repository. I would like to do some testing against the most recent paraview release (4.3.1), however when I check out the release branch and try to configure with cmake I get the error below. I am building on windows with visual

Re: [Paraview] Compiling ParaView 4.3.1 release

2015-07-28 Thread Cory Quammen
Did you run git submodule update after checking out the commit of ParaView you want to build? It looks like your VTK may not be the right one. Thanks, Cory On Tue, Jul 28, 2015 at 10:54 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hey Guys, I have successfully built a recent commit

Re: [Paraview] Automatic translation with Tube?

2015-07-28 Thread Cory Quammen
Hi Jesse, Do you have a data set and state file you can share that shows this behavior? Thanks, Cory On Mon, Jul 27, 2015 at 2:26 PM, Jesse Samluk seven...@udel.edu wrote: Greetings all, Attached is a rendering I constructed with Paraview. I turned the StreamTracer on so you can see the

Re: [Paraview] Compiling ParaView 4.3.1 release

2015-07-28 Thread Bruce Jones
Whoops, no I hadn't. Thanks Cory. Bruce On Tue, 28 Jul 2015 at 11:01 Cory Quammen cory.quam...@kitware.com wrote: Did you run git submodule update after checking out the commit of ParaView you want to build? It looks like your VTK may not be the right one. Thanks, Cory On Tue, Jul

Re: [Paraview] Glyph for normalized zero vectors

2015-07-28 Thread Cory Quammen
Yoshimi and Gaspare, Try Thresholding the glyph filter to get rid of the zero-magnitude glyphs. HTH, Cory On Tue, Jul 28, 2015 at 8:46 AM, Gaspare Argento gaspare.arge...@gmail.com wrote: Hi all, I have the same problem. Any tips could help. Thanks, Gaspare 2015-07-28 4:06 GMT+02:00

Re: [Paraview] Glyph for normalized zero vectors

2015-07-28 Thread Gaspare Argento
Hi all, I have the same problem. Any tips could help. Thanks, Gaspare 2015-07-28 4:06 GMT+02:00 kenichiro yoshimi rccm.kyosh...@gmail.com: I attach an image that shows unnatural arrows generated from zero vectors. Thanks, yoshimi 2015-07-27 11:58 GMT+09:00 kenichiro yoshimi

Re: [Paraview] CFP: SC '15 Scientific Visualization Showcase

2015-07-28 Thread Berk Geveci
Update! The deadline for submission of your best scientific visualizations to the Supercomputing 2015 Showcase has been pushed back to August 7. hxxp://sc15.supercomputing.org/program/scientific-visualization-showcase Best, -berk On Tue, May 26, 2015 at 8:19 AM, Berk Geveci

Re: [Paraview] how to build 4.3.1 with CosmoTools

2015-07-28 Thread Shawn Waldon
CosmoTools is part of a closed-source project at ANL. The COSMOTOOLS_INCLUDE_DIR is incorrect and you need to provide the COSMOTOOLS_LIBRARIES variable with the external library to link against. The small part of it that the ParaView module depends on was added to ParaView so that we wouldn't

[Paraview] how to build 4.3.1 with CosmoTools

2015-07-28 Thread Kashiwa, Bucky
I¹m trying to build the ParaView-v4.3.1-source standard release, with cosmotools enabled. The directory is present at ParaView-v4.3.1/ParaViewCore/VTKExtensions/CosmoTools and useful looking source code, but it seems to be unrecognized. Below is pasted my ccmake command, and after that is the