Re: [Paraview] [EXTERNAL] Paraview can't show grads origin data

2012-03-15 Thread wang
Dear Kenneth, Thanks a lot for you effort to reply my mail. The problem is solve now. It was simpler than it looks. It only because the data produced in this way is 4-D (x,y,z,t). When I convert it into 3-D(x,y,t) everything is fine. But I have some other problems: the Paraview *crashes*

[Paraview] Gaussian cube files

2012-03-15 Thread Roberto Di Remigio
Dear all, I am trying to plot some molecular quantities using Paraview. I have two cube files one containing the density and one containing the electrostatic potential. What I would like to do is to plot an isodensity surface (this I was able to do) and then color map the values of the

[Paraview] Visibility in Comparative View Inspector

2012-03-15 Thread Andreas Puettmann
Hi all, I am using a Comparative View to visualize data at different time points side by side. Say I have some annotation as a text object (created from Sources-Text), which I want to show up only in one view of the Comparative View array. How can this be done? What I did is the following:

[Paraview] Python paraview.simple: Zoom To Data?

2012-03-15 Thread Nico Schlömer
Hi, the ParaView GUI has this nifty little button action Zoom To Data which displays the current object such that it somehow fits its window. Is there a similar thing for the Python paraview.simple module? I'm trying to get a hang on it with certain view options such as view =

Re: [Paraview] Gaussian cube files

2012-03-15 Thread David E DeMarle
On Thu, Mar 15, 2012 at 5:23 AM, Roberto Di Remigio roberto.diremi...@gmail.com wrote: Dear all, I am trying to plot some molecular quantities using Paraview. I have two cube files one containing the density and one containing the electrostatic potential. What I would like to do is to plot an

[Paraview] Question on file series...

2012-03-15 Thread Charles Boivin
Hello all, I have a time series of Unstructured XML files that I display in Paraview. It works fine. Each .vtu file contains geometry and data. During my time series, the geometry (i.e. the mesh) does not change at all. It is possible to somehow only specify the changing data in subsequent

[Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I get the following error when compiling Paraview 3.12 on Visual Studio Express 2010. fatal error C1083: Cannot open include file: 'vtkPVMessage.pb.h': No such file or directory Following other messages on this mailing-list I gathered that this has something to do with Protobuf (whatever that

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
Is this with nmake? Utkarsh On Thu, Mar 15, 2012 at 10:14 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I get the following error when compiling Paraview 3.12 on Visual Studio Express 2010. fatal error C1083: Cannot open include file: 'vtkPVMessage.pb.h': No such file or

Re: [Paraview] Question on file series...

2012-03-15 Thread David E DeMarle
The vtk XML file formats can not do that. Search the mailing list for previous discussions on that feature request. One file format I know of that will allow you to do it is XDMF, there are probably others. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662

Re: [Paraview] streaming data to Paraview

2012-03-15 Thread David E DeMarle
I think Pat Marion's live data extensions to coprocessing and John Biddiscombe's computational steering work are the most recent contenders to doing this. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Mar 15, 2012 at 11:02

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Roberto Di Remigio
Sorry for taking the discussion out of the mailing list! I hadn't noticed. I tried with the Resample filter and it worked. For future use, I summarize what I did: 1. open first cube file (containing the density); 2. plot the isodensity surface; 3. open second cube file (containing the

Re: [Paraview] Visibility in Comparative View Inspector

2012-03-15 Thread Utkarsh Ayachit
Andreas, What you are doing is indeed the right way, alas there seems to be a bug in the controlling the Visibility. I've reported a bug: http://paraview.org/Bug/view.php?id=13002 Utkarsh On Thu, Mar 15, 2012 at 5:38 AM, Andreas Puettmann a.puettm...@grs-sim.de wrote: Hi all, I am using a

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I generated the project files with Cmake. I'm not using nmake, as far as I know. Saludos greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 3:40 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Is this with nmake? Utkarsh On Thu, Mar 15, 2012 at 10:14 AM, Francisco Caraballo

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
How do you build? Using the visual studio IDE or command line? On Thu, Mar 15, 2012 at 11:33 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I generated the project files with Cmake. I'm not using nmake, as far as I know. Saludos greetings, Francisco Caraballo On Thu, Mar

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Marcus D. Hanwell
On Thu, Mar 15, 2012 at 11:29 AM, Roberto Di Remigio roberto.diremi...@gmail.com wrote: Sorry for taking the discussion out of the mailing list! I hadn't noticed. I tried with the Resample filter and it worked. For future use, I summarize what I did: 1. open first cube file (containing the

Re: [Paraview] [EXTERNAL] Paraview can't show grads origin data

2012-03-15 Thread Moreland, Kenneth
That crash sounds like it could be a bug. I vaguely recall recent similar reports about crashes and animations, but I have not been following them. Perhaps someone else on the list can report. Is there any chance you can update to the latest version of ParaView (3.14)? I wouldn't want anyone

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I build using the Visual Studio Express 2010 IDE Saludos, Francisco Caraballo On Thu, Mar 15, 2012 at 4:46 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: How do you build? Using the visual studio IDE or command line? On Thu, Mar 15, 2012 at 11:33 AM, Francisco Caraballo

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
Any reason you're not using 3.14? I'm not sure if this is a known issue with 3.12, but we haven't seen this with 3.14 unless using cmake. Utkarsh On Thu, Mar 15, 2012 at 12:20 PM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I build using the Visual Studio Express 2010 IDE

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I could try with 3.14, but I am using cmake. What do you mean with unless using cmake.That if I am using cmake 3.14 wont work either? Saludos greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 5:25 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Any reason you're not using 3.14?

Re: [Paraview] Python paraview.simple: Zoom To Data?

2012-03-15 Thread Nico Schlömer
I see. Well, ResetCamera() seems to deliver okay results only after Show() has been called -- OpenDataFile() doesn't suffice. Another misconception of mine was that CameraPosition and CameraFocalPoint could be set to anything. My data files contain flat surfaces in the x-y-plane, and ResetCamera()

Re: [Paraview] Python paraview.simple: Zoom To Data?

2012-03-15 Thread Burlen Loring
ResetCamera() still leaves a wide border around the object. Is it possible to rid of those, too? Hey Nico, I've had to fine tune the rendering in python scripts in the past and a strategy that has worked passably for me where my data lies in an axis aligned plane is to get the bounds of the

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
sorry typo: I meant unless using nmake -- which is the command line build mechanism for VS On Thu, Mar 15, 2012 at 12:44 PM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I could try with 3.14, but I am using cmake. What do you mean with unless using cmake.That if I am using cmake

Re: [Paraview] Unexpected lines in Surface with Edges mode with PV 3.14

2012-03-15 Thread Utkarsh Ayachit
Looks like a weird driver bug or something. I could not reproduce the issue on my Linux box (Debian). Does the same happen with 3.12? On Tue, Mar 13, 2012 at 8:32 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello. In addition to my previous mail, I discovered that this problem of

Re: [Paraview] Unexpected lines in Surface with Edges mode with PV 3.14

2012-03-15 Thread Richard GRENON
Hi Utkarsh. No, the behavior of PV 3.12 Linux 64 bits or Windows 32 bits is correct (see my first mail about this subject). The behavior of PV 3.14 is also correct in the Windows 32 bits version. The strange unexpected lines appear only in the Surface with Edges mode of PV 3.14 Linux 64

Re: [Paraview] Problem compiling master on windows

2012-03-15 Thread Utkarsh Ayachit
Done. Utkarsh On Wed, Mar 14, 2012 at 11:27 AM, Edwards, Paul paul.edwar...@rolls-royce.com wrote: Please can you also apply the patch here?:        http://paraview.org/Bug/view.php?id=12991 This also stops me compiling using nmake without manual intervention. Thanks, Paul

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I'm getting the same error with 3.14: fatal error C1083: Cannot open include file: 'vtkPVMessage.pb.h': No such file or directory Saludos/greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 6:30 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: sorry typo: I meant unless using nmake

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Roberto Di Remigio
Is there some sort of guide about this part of the VTK code? I mean, I am working with an electronic structure package and it would be great if there was a way to interface it with ParaView. Il giorno 15 marzo 2012 16:48, Marcus D. Hanwell marcus.hanw...@kitware.com ha scritto: On Thu, Mar 15,

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
The problem is that a tool (namely, protoc.exe) isn't being run correctly to generate the needed files. Can you to apply the attached patch to see if that helps solve the problem? You'll have to apply it to the 3.14.0 source code. Utkarsh On Thu, Mar 15, 2012 at 4:01 PM, Francisco Caraballo

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Marcus D. Hanwell
This work was only recently merged into VTK, and is not exposed in ParaView at all right now. We are working on additional chemical structure visualization and analysis in dedicated applications, and adding features to VTK where appropriate. Right now there is not much more than a small set of

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Francisco Caraballo
I applied it, ran cmake again from the beggining and tried building again, but it didnt work, same error. Is there any way I can validate the patch was applied correctly? I did it using git apply file.patch but it didnt print any success message. Thanks a lot for all the help! Saludos/greetings,