Re: [Paraview] Load Plugin Error

2013-05-01 Thread Utkarsh Ayachit
Are you trying to load them in the ParaView binary you built or the one downloaded from paraview.org? On Wed, May 1, 2013 at 8:08 AM, Magician f_magic...@mac.com wrote: Hi all, I'm trying to build and load 3rd parties' plugins on Mac OS 10.7.5. The sources of plugins are downloaded here:

Re: [Paraview] Output of ParallelUnstructuredGridWriter running on multiple nodes

2013-05-01 Thread Hong Yi
Thanks, Andy. Yes, that is indeed what we're trying to do. My collaborators are currently plotting velocity profile after simulation is done and then determining at which time step the transient simulation converged by observing that velocity profile. Via in-situ run, they can set up a

[Paraview] SuperBuild question

2013-05-01 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Is there a way to tell the SuperBuild process to not look for software updates using GIT? I doing a build on a system that doesn't have public network access and I'm actually dying on a complaint about my instance of git being too old. However, I have already copied in the sources, so I

Re: [Paraview] Area integration on a part of a surface

2013-05-01 Thread Berk Geveci
That's not how threshold works. Threshold includes cells as a whole or it does not. What you want is Clip using a scalar value (or 2 clips if you need upper and lower end clipping). Best, -berk On Wed, May 1, 2013 at 11:49 AM, Ganesh Vijayakumar ganesh.i...@gmail.comwrote: Dear Berk Geveci,

Re: [Paraview] SuperBuild question

2013-05-01 Thread Utkarsh Ayachit
You can do the following: edit the versions.cmake file in there, you'll find a stub like so add_revision(paraview GIT_REPOSITORY git://paraview.org/ParaView.git GIT_TAG master) Change that to something as follows: add_revision(paraview URL path to paraview tar ball or url URL_MD5

Re: [Paraview] SuperBuild question (UNCLASSIFIED)

2013-05-01 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Can you point the cmake directives to look in a Downloads directory and determine which packages to be built based on the tarballs in that download directory? -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent:

Re: [Paraview] SuperBuild question

2013-05-01 Thread Robert Maynard
Maybe when we tag a release in Superbuild we modify the verions.cmake to point to tarballs for just that tag. That allows people to be able to replicate the release without having to do anything. On Wed, May 1, 2013 at 12:07 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: You can do

Re: [Paraview] Area integration on a part of a surface

2013-05-01 Thread Ganesh Vijayakumar
This is awesome. It works now! Thanks a LOT Berk! ganesh On Wed, May 1, 2013 at 11:54 AM, Berk Geveci berk.gev...@kitware.comwrote: That's not how threshold works. Threshold includes cells as a whole or it does not. What you want is Clip using a scalar value (or 2 clips if you need upper

Re: [Paraview] Area integration on a part of a surface

2013-05-01 Thread Ganesh Vijayakumar
http://www.personal.psu.edu/guv106/paraviewIntegrateVariables_withClipping.png This shows that it clips off a part of the surface mesh data correctly. The integral values also now change smoothly with the clipping range ganesh On Wed, May 1, 2013 at 1:07 PM, Ganesh Vijayakumar

Re: [Paraview] SuperBuild question

2013-05-01 Thread Utkarsh Ayachit
That sounds like a good idea. On Wed, May 1, 2013 at 12:51 PM, Robert Maynard robert.mayn...@kitware.com wrote: Maybe when we tag a release in Superbuild we modify the verions.cmake to point to tarballs for just that tag. That allows people to be able to replicate the release without having to

[Paraview] Laramie Immersive Visualization Bootcamp

2013-05-01 Thread Bill Sherman
Greetings ParaView community, Indiana University, in conjunction with the University of Wyoming, Idaho National Lab and Kitware Inc. will be holding the second of two bootcamps on immersive visualization. The first one, held the week after IEEE VR 2013 went well, though a snowstorm blasting

Re: [Paraview] Load Plugin Error

2013-05-01 Thread Magician
Hi Utkarsh, Yes, I built both ParaView 3.98.1 and plugins from sources on same terminal. There are additional informations. The attached file is CMake log of TensorGlyph. When I build plugins, I set ParaView_DIR at build directory of PV 3.98.1. Pre-installed plugins are working fine. Magician