Re: [Paraview] Building Paraview

2014-03-13 Thread David E DeMarle
In you source directory, do a git sub module --init followed by a git sub module --update. On Thursday, March 13, 2014, Nikita Sharakhov wrote: > Hello, > > > > I am having a problem building ParaView. VTKConfig.cmake is not found. > Does anyone know how this can be solved? > > > > CMake Error a

Re: [Paraview] Building Paraview

2014-03-13 Thread Nikita Sharakhov
Thanks for the help! I executed: git submodule init git submodule update That did not help unfortunately. CMake is not looking for VTKConfig.cmake in the source directory, but rather in the directory, where I am building to: /home/sharni/software/ParaViewGitBin/ I also noticed

Re: [Paraview] Building Paraview

2014-03-13 Thread Nikita Sharakhov
Here is the actual error: CMake Error at CMake/ParaViewModuleTop.cmake:57 (include): include could not find load file: /home/sharni/software/BinGitParaView/VTK/VTKConfig.cmake Call Stack (most recent call first): CMakeLists.txt:579 (include) And the CMake settings: PAR

[Paraview] Where is the properties file for ParaViewWeb?

2014-03-13 Thread David Torres
Hello, in Linux using apt-get, and started the I am starting with ParaViewWeb. I installed Paraview 4.1.0. in Linux using apt-get, and started the ParaViewWeb server using the guide in [1]. I found is working very slow, even in local (2-5fps I think). And I read that I could play with images qu

[Paraview] Fwd: Question about strain from filter: Compute Derivatives -> Vector -> Strain.... type?

2014-03-13 Thread Tim Bhatnagar
Hi all, I was hoping someone could confirm the 'type' of strain that is computed through the 'compute derivatives' filter. Specifically - is it a Green-Lagrange strain tensor computation, which allows for 'large' deformations, or has the formulation been simplified down to the 'infinitesimal stra

Re: [Paraview] Building Paraview

2014-03-13 Thread David E DeMarle
That file should be configured over from the .in file in the source tree to the file in the build tree. When you did the git submodule update did it say that it was downloading files? If not, check to see if the file is anywhere in the build tree. In that case something is strange in your cmake se

Re: [Paraview] Building Paraview

2014-03-13 Thread Nikita Sharakhov
git submodule update did not download new files. I think this is because of: >>git rebase origin/master Current branch trunk is up to date. A new empty build directory did not help. Perhaps something is wrong with my PATH? From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: T

Re: [Paraview] Fwd: Question about strain from filter: Compute Derivatives -> Vector -> Strain.... type?

2014-03-13 Thread Andy Bauer
I believe that it is just computing the gradient of a tensor and doesn't assume what the actual tensor quantity corresponds to. Thus I would assume an infinitesimal strain type of computation. On Thu, Mar 13, 2014 at 1:18 PM, Tim Bhatnagar wrote: > > Hi all, > > I was hoping someone could confir

Re: [Paraview] Fwd: Question about strain from filter: Compute Derivatives -> Vector -> Strain.... type?

2014-03-13 Thread Tim Bhatnagar
Fair enough I'd like to think that since the infinitesimal strain tensor is just a simplified version of the Green-Lagrange tensor (really, some usually-small terms just get assumed to be zero), that the Paraview designers utilized a fully-designed Green-Lagrange formulation, which will approxi

Re: [Paraview] Fwd: Question about strain from filter: Compute Derivatives -> Vector -> Strain.... type?

2014-03-13 Thread Andy Bauer
Hi Tim, The class that does that computation is called vtkCellDerivatives. It looks like the part of that code that does the strain computation is: tens->SetComponent(0,0, derivs[0]); tens->SetComponent(0,1, 0.5*(derivs[1]+derivs[3])); tens->SetComponent(0,2, 0.5*(der

Re: [Paraview] Fwd: Question about strain from filter: Compute Derivatives -> Vector -> Strain.... type?

2014-03-13 Thread Tim Bhatnagar
Awesome! Thanks for the help, Andy! Tim On Thu, Mar 13, 2014 at 12:35 PM, Andy Bauer wrote: > Hi Tim, > > The class that does that computation is called vtkCellDerivatives. It > looks like the part of that code that does the strain computation is: > tens->SetComponent(0,0, derivs[0])

[Paraview] Streamline a surface instead of a line

2014-03-13 Thread Martin Genet
Hello, If I have a vector field defined over some mesh, I can use the streamline filter to "follow" the vector field from one point, thus creating a line. That's super nice. But now, suppose I have two (orthogonal) vector fields defined over my mesh. Is there a way to create the surface that

Re: [Paraview] [EXTERNAL] Re: Animation and Powerpoint issues

2014-03-13 Thread Jesse Samluk
All, It was a codec problem. I let Dave know already. Thanks for your help! Jesse On Mar 12, 2014, at 12:13 PM, David E DeMarle wrote: > I could not duplicate the problem. > > On a mavericks macbook pro, with paraview 4.1.0 from kitware binary and > powerpoint for mac 2011, the avi ani

Re: [Paraview] Where is the properties file for ParaViewWeb?

2014-03-13 Thread Sebastien Jourdain
Hi David, The file pw-config.properties is used with the Java version of the launcher. Now with the latest release, we also provide a Python one. => http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/py_launcher Moreover, those configuration files are used to configure a