[Paraview] Problem reading Ensight Gold file with large number of time steps

2010-03-24 Thread Hom Nath Gharti
Dear all, I am trying to read a case file attached, where I have 200 time steps. But I get the following error: ERROR: In ..\..\..\..\Temp\ParaView3\Servers\Filters\vtkEnSightReader2.cxx, line 1152 vtkEnSightGoldBinaryReader2 (08526E00): Error with vtkEnSightReader2: 'time values' not found!!!

Re: [Paraview] Paraview: python script from the command line

2010-03-24 Thread Mark Olesen
On Tue, 2010-03-23 at 19:23 -0400, Utkarsh Ayachit wrote: I've added a new --script option to specify python script to be run on startup. This is a bit off-topic, but got me thinking about command-line options again. Would there be a way to specify multiple '--data=...' on the command-line?

Re: [Paraview] Custom Reader Issue

2010-03-24 Thread Adriano Gagliardi
Yeah, that's what I am using at the moment. However, when I select my mesh file initially using File-Open, RequestInformation is called. At this point in time, no data file has been selected. I then have a vtkSetStringMacro that allows me to browse for a second input file (the data file).

Re: [Paraview] Paraview: python script from the command line

2010-03-24 Thread Utkarsh Ayachit
Feel free to add a feature request for that on the bug tracker. http://paraview.org/Bug Utkarsh On Wed, Mar 24, 2010 at 3:58 AM, Mark Olesen mark.ole...@faurecia.com wrote: On Tue, 2010-03-23 at 19:23 -0400, Utkarsh Ayachit wrote: I've added a new --script option to specify python script to

Re: [Paraview] Custom Reader Issue

2010-03-24 Thread Paul Edwards
Hi Adriano, Rather than using the vtkSetStringMacro you could implement your own method that is called when the data file is set. As well as doing what the macro does (i.e. set the member variable, call SetModified etc), this function could request information from the server about what arrays

Re: [Paraview] Problem reading Ensight Gold file with large number of time steps

2010-03-24 Thread Zhanping Liu
Hom: You are right. (1) There is a 80-char limit on the length of any line in the case file (actually also on the length of any line that stores ASCII/descriptive information in a binary file). Thus the 200 time values can not be placed on a single line. Otherwise only the first several

Re: [Paraview] exodusII transient simulation

2010-03-24 Thread Moreland, Kenneth
Nestor, Sorry for the delay in responding. I have been out of the office for a while. What Sam says is mostly correct. In general, the Exodus reader assumes that numbered files are partitions in space and that all the files hold all the time steps for that partition. However, we have run

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-24 Thread Rick Angelini
That seems to be doing the trick. Thanks for the quick fix. Utkarsh Ayachit wrote: Ah, ok. I've committed a fix. /cvsroot/ParaView3/ParaView3/Qt/Components/pqSimpleServerStartup.cxx,v -- Qt/Components/pqSimpleServerStartup.cxx new revision: 1.37; previous revision: 1.36 Utkarsh On Tue,

Re: [Paraview] New version of the supercomputer tutorial available

2010-03-24 Thread Moreland, Kenneth
Excellent, Takuya and crew! I can appreciate the level of work required for translating the tutorial and keeping it up to date. -Ken On 3/16/10 8:45 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jp wrote: The wiki is now updated. thanks! Takuya From: Utkarsh Ayachit utkarsh.ayac...@kitware.com

Re: [Paraview] reading multiple files

2010-03-24 Thread Moreland, Kenneth
Paul, If you are trying to get ParaView to use a simple reader that only knows how to read a single file to read in a sequence of files as a time series, you can leverage the file-series meta reader. This Wiki page gives information on how to do that.

[Paraview] building OverView from the ParaView 3.6.2 source

2010-03-24 Thread Zak Burke
I'm trying to build OverView from the ParaView 3.6.2 source on Mac OS 10.5.8 with a binary Qt 4.5.2 install. I am using CMake 2.6-4. I had this working earlier on a different machine, but on a cleanly installed system I get the following error: Scanning dependencies of target QVTK [ 27%] Building