Re: [Paraview] paraviewweb on windows

2011-05-11 Thread Sebastien Jourdain
Hi Katsumi, If you can get a Linux machine, it will be way simpler. On the other hand, for git you can use the http url which use the standard http protocol to communicate. So you shouldn't get any issue with your proxy. git clone http://paraview.org/ParaViewWeb.git Seb On Wed, May 11, 2011

Re: [Paraview] error Paraview adapter

2011-05-11 Thread Luca Cinquepalmi
Thak you Seb, Paraviewweb installed with success! Luca Il 10/05/2011 19:02, Sebastien Jourdain ha scritto: Hi Luca, You might not have set the LD_LIBRARY_PATH correctly. So when the application start, it does not find the so file and the same will happen for ParaView ones as soon as you fix

Re: [Paraview] Slice Offset

2011-05-11 Thread Aurélien Marsan
ok. Thanks for your answer. Aurélien Le 10 mai 2011 14:47, Utkarsh Ayachit utkarsh.ayac...@kitware.com a écrit : That's a known bug: http://paraview.org/Bug/view.php?id=11718 Utkarsh 2011/5/10 Aurélien Marsan aur.mar...@gmail.com: Dear all, Here is the description of a bug I would

[Paraview] Need recommendation for graphic card

2011-05-11 Thread Stephen Wornom
/Is this a suitable graphics card for PV 3.11? NVIDIA Quadro FX580 512MB Is there a better choice? We are purchasing a new linux workstation and need some advice on the graphic cards? Thanks for your help, Stephen / -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis

Re: [Paraview] Need recommendation for graphic card

2011-05-11 Thread Robert Maynard
Hi Stephen, The FX580 is considered to be a entry level quadro card. I would review the quadro comparison chart at http://www.nvidia.com/content/PDF/product-comparison/product-comparison-master-revised.pdf. A quick scan leads me to believe the Quadro 2000 is a good starting card. On Wed, May 11,

[Paraview] plugin

2011-05-11 Thread 胡健
hello everybody! I am in the trouble of adding a volume plugin. I add a new mapper to paraview as a plugin. The mapper I add inherites vtkOPGLHAVSVolumeMapper named vtkMyHAVSVolmeMapper, but when I use the plugin I find the mapper I add use the class vtkOPGLProjectedTetrahedronMapper instead

Re: [Paraview] plugin

2011-05-11 Thread Utkarsh Ayachit
What version of ParaView are you using? Utkarsh On Wed, May 11, 2011 at 11:19 AM, 胡健 hujian198...@gmail.com wrote: hello everybody!   I am in the trouble of adding a volume plugin. I add a new mapper to paraview as a plugin. The mapper I add inherites vtkOPGLHAVSVolumeMapper named

[Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
Hello, I am trying to adjust the filename of the python state file when using the openfoam reader. I adjusted the FileName entry to read the declared FILE: FILE=/home/gcae504/HOME/scr/ceplx049/scr2/gcae504/Dissertation/3D_Nielsen/OpenFoam/01_SAS_SSTF_URANS/01__56T_SST_1.7/.foam a_foam =

Re: [Paraview] Using Paraview with undefined length of data

2011-05-11 Thread Bastien Purnelle
Hi Pat, Thank you. In order to answer to your question, my project use CMake. For now, I have installed git and download paraview sources. I have changed to branch live-data, and I am doing a git submodule update (I am seeing it is downloading vtk sources) Next I have to configure cmake, which

Re: [Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
Hello Pat, On 05/11/2011 10:12 PM, pat marion wrote: Hi Fabian, Does the answer provided in the last paragraph of this email help? http://markmail.org/message/sq7dafegnrh7exth This was obviously a similar problem, but now it is not the trace, but the state file in 3.10.1. Could you let

Re: [Paraview] error with python state file

2011-05-11 Thread pat marion
The problem in general is- the script calls Show() and depending on the dataset, paraview creates either a GeometryRepresentation or a UnstructuredGridRepresentation. The script expects one type of display to be created, but when it is executed with a different dataset (or possibly the same

Re: [Paraview] Using Paraview with undefined length of data

2011-05-11 Thread pat marion
In order to resolve some vtk commits, you'll probably have to cd to ParaView and enter these commands: cd VTK git remote add github git://github.com/patmarion/VTK.git git fetch github cd .. git submodule update Honestly, you might want to investigate a simpler solution than the coprocessor.