Re: [Paraview] PV 440 crashes when picking rotation center

2015-10-12 Thread Richard Grenon

Hi Cory,

I performed the test with the sphere: same crash when clicking on 
"builtin" in Pipeline Browser before picking Center, no crash when 
"Sphere" object is selected.


Thank you for taking a look at a fix.

Richard

Le 12/10/2015 16:15, Cory Quammen a écrit :

Hi Richard,

I can confirm. In fact, it isn't specific to your state file, but 
rather can be reproduced with a Sphere Source:


- launch ParaView
- Sources -> Sphere Source. Apply
- Click on "builtin:" in Pipeline Browser
- Click the "Pick Center" button
- Click on the sphere

Crash:

ASSERT: "this->View != NULL && this->Port != NULL" in file 
/home/cory/code/src/ParaView/Qt/Components/pqFindDataSelectionDisplayFrame.cxx, 
line 323

Aborted (core dumped)

I'll take a look at a fix.

Cory


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] PV 420 unable to read state file from PV 410

2015-01-09 Thread Richard Grenon

Hello,

Same problem with PV 4.3.0 RC1 (tested on Linux 64 bits binaries)

Best regards.

Richard


Le 01/10/2014 09:53, Richard Grenon a écrit :

Hello Utkarsh.

I attach an archive tar.gz file that contains two short structured 
datasets and two pvsm state files:


* dataset1.tp = ASCII Tecplot file that contains an IxJ structured 
surface.
* dataset2.tp = ASCII Tecplot file that contains an IxJ structured 
surface having a common boundary with the first one.
* merge.pvsm: reproduces the bad plot with missing part of surface 
after MergeBlocks.

* merge420.pvsm : no missing part after MergeBlocks, but error message.

merge.pvsm and merge420.pvsm contain the same simple pipeline, but 
components were added in a different order.


Richard




--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] PV 420 unable to read state file from PV 410

2014-10-01 Thread Richard Grenon

Hello Utkarsh.

I attach an archive tar.gz file that contains two short structured 
datasets and two pvsm state files:


* dataset1.tp = ASCII Tecplot file that contains an IxJ structured surface.
* dataset2.tp = ASCII Tecplot file that contains an IxJ structured 
surface having a common boundary with the first one.
* merge.pvsm: reproduces the bad plot with missing part of surface after 
MergeBlocks.

* merge420.pvsm : no missing part after MergeBlocks, but error message.

merge.pvsm and merge420.pvsm contain the same simple pipeline, but 
components were added in a different order.


Richard

Le 30/09/2014 22:24, Utkarsh Ayachit a écrit :

This is a little less surprising since this release does include some
major refactors to VTK when relating to structured extents. Is it
possible to get some other dummy dataset that would help reproduce
this issue? That'll make the tracking down easier.

Thanks
Utkarsh

On Tue, Sep 30, 2014 at 9:23 AM, Richard Grenon richard.gre...@onera.fr wrote:

Hello,

The problem in PV 420 seems to be related with the MergeBlocks filter:
when I open two Tecplot files, I first make a group with these two datasets,
then I apply MergeBlocks on the group, and I see that there is a missing
part on the result of MergeBlocks between the two datasets. I attach two
pictures, one obtained with a pipeline built in PV 410 (Merge is OK) and the
other obtained with the same pipeline built in PV 420 (Merge is not OK).

Richard



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr



pv420_mergeblocks_test.tar.gz
Description: GNU Zip compressed data
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] PV 420 unable to read state file from PV 410

2014-09-30 Thread Richard Grenon

Hello,

The problem in PV 420 seems to be related with the MergeBlocks filter: 
when I open two Tecplot files, I first make a group with these two 
datasets, then I apply MergeBlocks on the group, and I see that there is 
a missing part on the result of MergeBlocks between the two datasets. I 
attach two pictures, one obtained with a pipeline built in PV 410 (Merge 
is OK) and the other obtained with the same pipeline built in PV 420 
(Merge is not OK).


Richard

Le 30/09/2014 13:48, Richard Grenon a écrit :

Hello.

I am trying the new PV 420 release using the Linux 64 bits binaries 
from PV download page.


I am trying to load a state file that was created by PV 410 and that 
reads 13 Tecplot files. The expected plot should show LIC surfaces 
colored by aerodynamic parameters (pressure or skin friction) and some 
streamlines.


When loading this state file with PV 420, I get many errors (see 
below), all surfaces are white, and some surfaces are missing.


I can't share the data, but I send also the state file in a tar.gz 
archive.


Best regards.

Richard


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] LIC plugin version 2 of PV 410 Windows 32 bits fails : unsupported NVIDIA card driver ?

2014-04-16 Thread Richard Grenon

Hello Burlen,

Problem solved. The NVIDIA driver 307.83 allows using the Version 2 LIC 
plugin pf PV 410 with my old GeForce 8700M GT card, and all my other old 
graphic software (including games!) seems to accept this new driver.


Thank you again.

Richard.

Le 15/04/2014 18:31, Burlen Loring a écrit :

Hi Richard,

Your video card is fairly old and it doesn't support the extensions 
used by the new version.


The 2.0 Surface LIC in PV 4.1 is a true parallel implementation and 
has additional requirements compared with the original serial code. 
However, there are no exotic requirements, all have been adopted into 
the OpenGL standard many years ago. So most recent hardware/drivers 
will provide the required extensions.


NVIDIA's spec 
sheet(http://developer.download.nvidia.com/opengl/specs/g80specs.pdf) 
doesn't show support for GL_ARB_depth_buffer_float. Based on the info 
you provided that's my best guess as to what's wrong. However, I found 
a mention( http://en.wikipedia.org/wiki/GeForce_8_Series) that the new 
drivers for the 8 series support OpenGL 3.3, which includes floating 
point depth buffer. Updating your driver may resolve the issue.


Burlen



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] LIC plugin version 2 of PV 410 Windows 32 bits fails : unsupported NVIDIA card driver ?

2014-04-15 Thread Richard Grenon

Hello,

On Windows Vista 32 bits with NVIDIA graphic card GeForce 8700M GT, the 
PV 401 LIC plugin works fine, but the PV 410 LIC plugin gives always 
this error:


ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Rendering\OpenGL\vtkTextureObject.cxx, 
line 1231
vtkTextureObject (12FAC3F0): failed at glTexImage2D 1 OpenGL errors 
detected

  0 : (1280) Invalid enum



Generic Warning: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Rendering\LIC\vtkSurfaceLICPainter.cxx, 
line 981

SurfaceLIC is not supported
vtkWin32OpenGLRenderWindow
NVIDIA Corporation
2.1.2
GeForce 8700M GT/PCI/SSE2
LIC support = 1
floating point texture formats = 0
render buffers = 1


ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Rendering\LIC\vtkSurfaceLICPainter.cxx, 
line 2073

vtkPSurfaceLICPainter (11414500): SurfaceLIC is not supported



I have seen in the Tools-Manage plugins menu that the LIC plugin 
Version is 1 in PV 401 and 2 in PV 410. Does the Version 2 work only 
with recent drivers ?


My NVIDIA driver version number is 7.15.11.7626 from 2008. Two years 
ago, I tried to update it with a version that was recommended by NVIDIA 
(296.10) and that should be compatible with my old graphic card, but 
some of my graphic codes have shown some artifacts, and I had to return 
to the old driver. So it would be fine if I could use a LIC plugin 
without changing my driver. I tried to replace the Version 2 LIC plugin 
of PV 410 by  the Version 1 LIC plugin of PV 401, but I did not succeed.


Best regards,

Richard


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] LIC plugin version 2 of PV 410 Windows 32 bits fails : unsupported NVIDIA card driver ?

2014-04-15 Thread Richard Grenon

Hello Burlen,

Thank you for this information.

Indeed, my laptop is very old: it is a Toshiba Satellite X 200 with 
Vista 32 bits that I purchased in 2007. The NVIDIA driver has been 
automatically updated by Windows update to the 7.15.11.7626 version in 
2008 or 2009, I don't remember. The most recent Vista 32 bits driver 
that Toshiba gives on its download page for this laptop is only the 
7.15.11.7605 version that is older than the version I got from Windows 
update!


I have downloaded the 307.83 version on the NVIDIA download page, and my 
card is in the list of compatible cards. I hope it's true! I will try to 
update my driver this evening.


Thanks again.

Richard

Le 15/04/2014 18:31, Burlen Loring a écrit :

Hi Richard,

Your video card is fairly old and it doesn't support the extensions 
used by the new version.


The 2.0 Surface LIC in PV 4.1 is a true parallel implementation and 
has additional requirements compared with the original serial code. 
However, there are no exotic requirements, all have been adopted into 
the OpenGL standard many years ago. So most recent hardware/drivers 
will provide the required extensions.


NVIDIA's spec 
sheet(http://developer.download.nvidia.com/opengl/specs/g80specs.pdf) 
doesn't show support for GL_ARB_depth_buffer_float. Based on the info 
you provided that's my best guess as to what's wrong. However, I found 
a mention( http://en.wikipedia.org/wiki/GeForce_8_Series) that the new 
drivers for the 8 series support OpenGL 3.3, which includes floating 
point depth buffer. Updating your driver may resolve the issue.


Burlen



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Crash when picking center on a Normal Glyph

2014-04-07 Thread Richard Grenon

Hello.

With PV401 Linux 64 bits, I have a crash every time I pick the center of 
rotation on a Normal Glyph. Is this a known bug ?


To reproduce on any dataset, use the Filters Extract Surfaces - 
Generate Surface Normals - Normal Glyphs. Picking center between 
glyphs is OK, picking center on a glyph crashes.


Best regards.

Richard

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Surface representation inconsistency

2014-03-17 Thread Richard Grenon

Hello.

For the first issue, I don't know.

For the second issue, the Gouraud lighting is active only on surface 
with normals. Paraview considers data as 3D volume, even if you are 
reading surface data. So, you have to use the Extract Surface filter, 
then the Generate Surface Normals fiter. Gouraud lighting would be 
applied on the Generate Surface Normals object.

1.   Inconsistent rendered images between still and interactive as shown
in the first two pictures. It should be showing the muscle blockset during
interaction instead of the skeletal blockset. It appears that last known
render is still presiding in the memory during interaction. How can I flush
it?

2.   Inconsistent lighting effect on different objects as depicted in
the last image. Changing from Flat to Gouraud does not affecting the left
side object, it still would apply Flat lighting, which in turn causing it to
appear pixelated.  How do I remedy this?


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Text position not saved in state file with PV 4.1.0

2014-02-26 Thread Richard Grenon

Sven,

I reported a new issue for PV 4.1.0 if it may help:
http://paraview.org/Bug/view.php?id=14602

Richard

Le 25/02/2014 16:52, Sven Buijssen a écrit :

Richard,

The issue was indeed fixed in ParaView 3.10.0 and 3.10.1, but presents itself
again ever since 3.12.0 as far as I can tell.

Sven



Richard Grenon wrote, On 02/25/14 16:34:

Hello.

The Text position is not saved in the state files with PV 4.1.0.

Il already pointed this problem on june 22, 2010 with PV 3.8.0, see
http://markmail.org/message/mupbmolmfv26tjwl

Sven Buijssen answered that this was a known bug:


See http://paraview.org/Bug/view.php?id=8789 and
http://paraview.org/Bug/view.php?id=10521

It's fixed in git master, not yet pushed to the release branch for PV 3.8.1,
though.


What is the status of this bug, now ?

Richard






--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Text position not saved in state file with PV 4.1.0

2014-02-25 Thread Richard Grenon

Hello.

The Text position is not saved in the state files with PV 4.1.0.

Il already pointed this problem on june 22, 2010 with PV 3.8.0, see 
http://markmail.org/message/mupbmolmfv26tjwl


Sven Buijssen answered that this was a known bug:

See http://paraview.org/Bug/view.php?id=8789 and 
http://paraview.org/Bug/view.php?id=10521


It's fixed in git master, not yet pushed to the release branch for PV 
3.8.1,

though.



What is the status of this bug, now ?

Richard

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Surface LIC Problem

2014-02-14 Thread Richard Grenon

Hello.

What are these non-zero surface vectors without slipping or moving walls ?

With NS solvers, the velocity vector in an axis system bound to a wall 
should ALWAYS be zero at the wall (moving wall or not moving wall): this 
is the adherence condition.


As LIC needs a non zero vector at the wall in an axis system bound to 
the wall, you cannot use the velocity vector, and you MUST use the skin 
friction vector.


My NS solver gives the three components of the skin friction vector in 
an axis system bound to the wall as three scalar arrays. So I have to 
use the PV Calculator filter in order to build the vector array from 
these three scalar arrays, something like Friction_vector = 
x_component*iHat+y_component*jHat+z_component*kHat


But you may also use the Calculator filter to build the friction vector 
from the stress tensor and the normal vector at the wall. It depends on 
the output of your solver.


Richard

Le 14/02/2014 14:34, Magician a écrit :

Hi Burlen, Richard, Utkarsh,


Thanks for your advices.

I misunderstood that the Surface LIC Plugin should calculate
some kinds of the vector fields on surfaces.
My models are generated by NS solvers, so the surfaces have
non-zero vectors without slipping or moving wall.

For example, can I calculate surface friction vectors with ParaView?
I have flow fields and other physical constants.


# Extracting issue was solved by using Extract Subset filter.
# My meshes were structured grids of turbomachinery in this time,
# so all the walls can be extracted by the ijk coordinates.


Magician




--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Surface LIC Problem

2014-02-10 Thread Richard Grenon

Hello

Which vector field are you using with LIC ?

The LIC control panel allows to choose the vector to be used, and you 
MUST choose a vector field that is NOT ZERO on the surface.


With Euler CFD results, the velocity vector is not zero at the wall, and 
you can use this vector.


With Navier-Stokes CFD results, the velocity vector is zero at the wall, 
and you have to use the skin friction vector instead.


Richard

I'm trying the Surface LIC Plugin.
My models are formatted as VTK MultiBlock Dataset, and there are geometries
of fluids and walls.
I'd like to visualize LIC on the walls.

First I applied Surface LIC to the walls, the results are something wrong.
Next to the fluids, they are OK.
But there are extra walls which I don't want to visualize (ex. Inlets/Outlets, 
external boundaries).
Maybe the reason of the walls are that they don't have the velocity values of 
main flows.

I also tried the Resample with Dataset filter for linking main flows to the 
walls.
The results are roughly good, but sometimes the resampling qualitys are poor 
(dropping the values).


Is there a good way to visualize the part of the walls' LIC?
My sources have complicated shapes, so I want to make the best use of the 
information of blocks of walls.


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Performance of the CGNS Reader

2013-08-30 Thread Richard GRENON

Thank you for this answer, Mickael.

My 1.36 Gb CGNS dataset is built from structured meshes and Paraview 
should not 'eat' too much memory. I have checked that enabling 
multi-core in Paraview does not change anything: PV always needs about 
15 mn to load my dataset, same loading time as without multi-core.


I think that the loading time ratio 15 mn / 1 mn for PV against Tecplot 
remains too high, even if PV parses the file two times. If Tecplot takes 
advantage from multi-core (I don't know), the loading time ratio between 
PV and Tecplot should not excess 8 when using 4 CPUs. A ratio of 15 
leading to 15 mn of loading time or more for larger datasets is 
unacceptable for interactivity. So PV is unusable for large CGNS 
datasets, unless using batch mode. I think that an effort in redesigning 
the CGNS reader would be welcome.


Best regards.

Richard

Le 29/08/2013 20:55, Mickael Philit a écrit :


Hello,

First, the CGNS reader coming through the VisItBridge is not working 
in parallel, it's a plain serial reader.
Second, there are limitations to the current cgns reader way of doing 
thing, since :
  - At the beginning, it parses the whole file (this takes a lot of 
time) to get variable names, blocks and so on, before actually reading 
the data.  [ I think that tecplot is cleaner because it seems to read 
the whole CGNS file in one pass ]
 - meshes are read in a temporary array and converted to a VTK vector 
of coordinates (thus memory manipulation)
 - for unstructured meshes, convertion from 'integer' to 'long' of 
cells connectivity eats memory.
The CGNS reader can improve but at the cost of redesining some parts 
to fit better in paraview and go for parallel.


Mickael


On 29/08/2013 16:50, Angelini, Richard C (Rick) CIV USARMY ARL (US) 
wrote:
As a followup to this that may be related - does the CGNS reader 
through the VisItBridge work in parallel?I've loaded up a couple 
of different CGNS datasets and then applied the ProcessIDScalars 
filter and it doesn't appear to be distributing the data - even 
multi-block CGNS files.




Rick Angelini

USArmy Research Laboratory
CISD/HPC Architectures Team
Building 120 Cube 315
Phone:  410-278-6266


From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] 
on behalf of Richard GRENON [richard.gre...@onera.fr]

Sent: Thursday, August 29, 2013 10:38 AM
To: paraview@paraview.org
Subject: [Paraview]  Performance of the CGNS Reader

Hello.

I am testing the CGNS reader of Paraview 4.0.1 64 bits running on a
Linux Workstation having 4 CPUs and 5.8 Gbytes of memory. Paraview was
installed from the binaries available on the download page.

I am trying to load a 1.36 Gbytes CGNS file that is available through
the network.

While loading this file, the Paraview Windows is frozen and cannot be
refreshed, and I must check with the ps command on a terminal window
or with a system monitor if PV  is still running or if it is really
frozen. A progress bar for all readers would be welcome in a next 
release.


Finally, the file can be loaded, but it always takes about 15 mn (+ or -
1 mn depending of the load of the network), while Tecplot always loads
the same file within less that 1 mn !

How do you explain this poor performance of the CGNS reader ? Can it be
improved, or am I missing something ? Is there some Paraview option that
could reduce loading time of large files ?

Best regards

--
   Richard GRENON
   ONERA
   Departement d'Aerodynamique Appliquee - DAAP/ACI
   8 rue des Vertugadins
   92190 MEUDON - FRANCE
   phone : +33 1 46 73 42 17
   fax   : +33 1 46 73 41 46
   mailto:richard.gre...@onera.fr
   http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html


Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView


Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html


Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView


Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview






--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe

[Paraview] Performance of the CGNS Reader

2013-08-29 Thread Richard GRENON

Hello.

I am testing the CGNS reader of Paraview 4.0.1 64 bits running on a 
Linux Workstation having 4 CPUs and 5.8 Gbytes of memory. Paraview was 
installed from the binaries available on the download page.


I am trying to load a 1.36 Gbytes CGNS file that is available through 
the network.


While loading this file, the Paraview Windows is frozen and cannot be 
refreshed, and I must check with the ps command on a terminal window 
or with a system monitor if PV  is still running or if it is really 
frozen. A progress bar for all readers would be welcome in a next release.


Finally, the file can be loaded, but it always takes about 15 mn (+ or - 
1 mn depending of the load of the network), while Tecplot always loads 
the same file within less that 1 mn !


How do you explain this poor performance of the CGNS reader ? Can it be 
improved, or am I missing something ? Is there some Paraview option that 
could reduce loading time of large files ?


Best regards

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Paraview can't read Tecplot X,Y(X) files

2013-07-18 Thread Richard GRENON

Hello.

If you are using I=20, J=2 and K=1, you should have 20x2x1=40 points in 
your mesh (it is a surface), so you should have 40 lines after the ZONE 
line. Paraview finds only 20 lines and assumes zero for the 20 missing 
values. So you have to repeat your 20 data lines at the end of your file.


Also, you should not have all X,Y,Z variables to zero because Paraview 
cannot display the mesh. For instance, you may define a surface grid 
assuming X=Distance for all your data. Then you should have Y=0 for the 
first 20 data lines, and Y=non zero constant for the next 20 data lines 
while keeping same X, Distance and Temperature values as in the first 20 
lines. The variable Z may be kept to zero for all lines. Thus, your mesh 
will look like a rectangle.


Le 18/07/2013 16:18, M. a écrit :

Hello Richard,

Thanks for your answer. Indeed, if I modify the file to

TITLE = Example: Simple XY Plot
VARIABLES = X, Y, Z,  Distance, Temperature
ZONE T=Only Zone, I=20, J=2, K=1, F=POINT
0.0   0.0   0.0   0.0   850.9
0.0   0.0   0.0   0.022 790.1
0.0   0.0   0.0   0.051 554.0
0.0   0.0   0.0   0.069 540.0
0.0   0.0   0.0   0.075 545.5
0.0   0.0   0.0   0.083 549.4
0.0   0.0   0.0   0.106 590.2
0.0   0.0   0.0   0.1234535.1
0.0   0.0   0.0   0.15  601.0
0.0   0.0   0.0   0.201 664.5
0.0   0.0   0.0   0.25  635.9
0.0   0.0   0.0   0.35  599.9
0.0   0.0   0.0   0.4454600.0
0.0   0.0   0.0   0.49  513.0
0.0   0.0   0.0   0.5656442.0
0.0   0.0   0.0   0.6423333.5
0.0   0.0   0.0   0.6604300.4
0.0   0.0   0.0   0.7   245.7
0.0   0.0   0.0   0.89  221.4
0.0   0.0   0.0   1.3   200.0

Paraview can read the file. But this poses a new problem: if I use 
J=1, K=1, Paraview cannot read it again, but if I use J=2, K=1 or vice 
versa Paraview can read it, but it shows the 20 values plus 20 zeros 
after it. Is there a way to go around this?


Cheers


2013/7/18 Richard GRENON richard.gre...@onera.fr 
mailto:richard.gre...@onera.fr



Hi all,

I'm still struggling with Paraview to read files in Tecplot format. I'm
using some examples from this site:

http://people.sc.fsu.edu/~jburkardt/data/tec/tec.html  
http://people.sc.fsu.edu/%7Ejburkardt/data/tec/tec.html

The 3D examples are read correctly in Paraview, but the examples

http://people.sc.fsu.edu/~jburkardt/data/tec/simpxy.dat  
http://people.sc.fsu.edu/%7Ejburkardt/data/tec/simpxy.dat

and

http://people.sc.fsu.edu/~jburkardt/data/tec/simpxy2.dat  
http://people.sc.fsu.edu/%7Ejburkardt/data/tec/simpxy2.dat

are read but can't be plotted. All the statistics are N/A (Type, Number of
Cells, Number of Points), no bounds are recognized, and the Spreadsheet
view is empty. Is this a bug?

Hello.

Paraview is a 3D software that is always expecting a mesh (surface
or volume) with the three X, Y, Z variables for points
coordinates. Your simpxy.dat file has only two data variables
(Distance and Temperature), that is why it cannot build points and
cells and shows N/A (Not available). Try to add coordinates of a
grid to your file, and you should be able to plot Temperature
against Distance.

-- 
  Richard GRENON

  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr





--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu File-Open and choose Tecplot Binary 
Files (Vislt) (*.plt) in the Files of type list before selecting your 
(.plt) file.


Richard.


honorable guys: i need to open tecplot(.plt) files , but there is an error
reminder when i try, does it need any tecplot reader? where can i 
find the

reader? thanks a lot.


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] ??????RE: error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hello.

Glad to see that you have solved your problem. It is true that you need 
the Vislt software for reading Tecplot files, but this software is 
included in the last Paraview release 3.98.1. I am using the last 
binaries found on the Paraview download pages, and I can read Tecplot 
binary or ASCII files without adding software.


On older Paraview releases, the Vislt software was delivered as a plugin 
that was not activated by default. In that case, you had to go through 
the menu Tools-Manage plugins, then select the Vislt plugin, click 
the Load selected button, close Paraview, and finally reopen Paraview 
to get the plugin activated. So, check your Paraview version, and you 
may want to update it for the last 3.98.1 release.


But take care: there are two Tecplot readers. If you open a (.tp) ASCII 
Tecplot file, you will have the choice between Tecplot Files or 
Tecplot Files (Vislt). I don't know exactly what are the differences, 
but if a reader fails, try the other.


But the Tecplot readers are not perfect, and that may explain your ERROR 
message. Sometimes, with Tecplot ASCII files, I have to remove from the 
header some options that the readers do not recognize. Try to have the 
simplest headers without exotic options when using ASCII files, and 
the readers will be OK.


If you have again problems with (.plt) files, feel free to provide a 
(short) sample file.


Richard


Le 26/04/2013 12:29, zhangqingyu a ??crit :

dear Richard:
  many thanks for your reply. i am form China, yesterday i came 
across the paraview and it did get my interests, so i want to use 
paraview instead of tecplot.
it does not work when adopt your opinion, the error reminder message 
is that:
ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\Utilities\VisItBridge\databases\AvtAlgorithms\vtkAvtSTMDFileFormatAlgorithm.cxx, 
line 122


vtkVisItTecplotBinaryReader (0A119958): Unable to find any meshes



ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Common\ExecutionModel\vtkExecutive.cxx, 
line 753


vtkPVCompositeDataPipeline (0A0A9440): Algorithm 
vtkVisItTecplotBinaryReader(0A119958) returned failure for request: 
vtkInformation (0A101248)


Debug: Off

Modified Time: 100298

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA_OBJECT

FORWARD_DIRECTION: 0

ALGORITHM_AFTER_FORWARD: 1

  but i got some useful message from the paraview-help,  and i have 
downloaded the software VisIt, and it goes well. the link of VisIt is 
https://wci.llnl.gov/codes/visit/download.html


   at last, thank you again for your help.



--  --
*??:* Richard GRENONrichard.gre...@onera.fr;
*:* 2013??4??26??(??) 5:12
*??:* paraview@paraview.orgparaview@paraview.org; 
916462313916462...@qq.com;

*:* RE: [Paraview] error when open tecplot(.plt) files

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu File-Open and choose Tecplot Binary
Files (Vislt) (*.plt) in the Files of type list before selecting your
(.plt) file.

Richard.

 honorable guys: i need to open tecplot(.plt) files , but there is an 
error

 reminder when i try, does it need any tecplot reader?? where can i
 find the
 reader? thanks a lot.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr




--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] ?????? ??????RE: error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hi Zhang.

Just a last info: since my last mail, I have made some tests with old 
binary Tecplot (.plt) files, and I discovered that some files are 
readable, but some files are not readable and give the same error 
message. In fact, it depends on the Tecplot version that has built these 
files. So, if you have problems with old (.plt) files, you may try to 
convert them into a recent version of the (.plt) format using a recent 
Tecplot release before reading them with Paraview.


Have a good week-end.

Richard.

Le 26/04/2013 14:20, zhangqingyu a ??crit :

Hi Richard,
  Thank you again for your patient and useful suggestion! Best wishes 
ever for you !




-- ?? ?? --
*??:* Richard GRENONrichard.gre...@onera.fr;
*:* 2013??4??26??(??) 7:06
*??:* zhangqingyu916462...@qq.com; 
paraview@paraview.orgparaview@paraview.org;

*:* Re: ??RE: [Paraview] error when open tecplot(.plt) files

Hello.

Glad to see that you have solved your problem. It is true that you 
need the Vislt software for reading Tecplot files, but this software 
is included in the last Paraview release 3.98.1. I am using the last 
binaries found on the Paraview download pages, and I can read Tecplot 
binary or ASCII files without adding software.


On older Paraview releases, the Vislt software was delivered as a 
plugin that was not activated by default. In that case, you had to go 
through the menu Tools-Manage plugins, then select the Vislt 
plugin, click the Load selected button, close Paraview, and finally 
reopen Paraview to get the plugin activated. So, check your Paraview 
version, and you may want to update it for the last 3.98.1 release.


But take care: there are two Tecplot readers. If you open a (.tp) 
ASCII Tecplot file, you will have the choice between Tecplot Files 
or Tecplot Files (Vislt). I don't know exactly what are the 
differences, but if a reader fails, try the other.


But the Tecplot readers are not perfect, and that may explain your 
ERROR message. Sometimes, with Tecplot ASCII files, I have to remove 
from the header some options that the readers do not recognize. Try to 
have the simplest headers without exotic options when using ASCII 
files, and the readers will be OK.


If you have again problems with (.plt) files, feel free to provide a 
(short) sample file.


Richard


Le 26/04/2013 12:29, zhangqingyu a ??crit :

dear Richard:
  many thanks for your reply. i am form China, yesterday i came 
across the paraview and it did get my interests, so i want to use 
paraview instead of tecplot.
it does not work when adopt your opinion, the error reminder message 
is that:
ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\Utilities\VisItBridge\databases\AvtAlgorithms\vtkAvtSTMDFileFormatAlgorithm.cxx, 
line 122


vtkVisItTecplotBinaryReader (0A119958): Unable to find any meshes



ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Common\ExecutionModel\vtkExecutive.cxx, 
line 753


vtkPVCompositeDataPipeline (0A0A9440): Algorithm 
vtkVisItTecplotBinaryReader(0A119958) returned failure for request: 
vtkInformation (0A101248)


Debug: Off

Modified Time: 100298

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA_OBJECT

FORWARD_DIRECTION: 0

ALGORITHM_AFTER_FORWARD: 1

  but i got some useful message from the paraview-help,  and i have 
downloaded the software VisIt, and it goes well. the link of VisIt is 
https://wci.llnl.gov/codes/visit/download.html


   at last, thank you again for your help.



--  --
*??:* Richard GRENONrichard.gre...@onera.fr;
*:* 2013??4??26??(??) 5:12
*??:* paraview@paraview.orgparaview@paraview.org; 
916462313916462...@qq.com;

*:* RE: [Paraview] error when open tecplot(.plt) files

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu File-Open and choose Tecplot Binary
Files (Vislt) (*.plt) in the Files of type list before selecting your
(.plt) file.

Richard.

 honorable guys: i need to open tecplot(.plt) files , but there is 
an error

 reminder when i try, does it need any tecplot reader?? where can i
 find the
 reader? thanks a lot.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr




--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

Re: [Paraview] avi format

2013-04-23 Thread Richard GRENON

Hello.

Why don't you try one of the Linux binaries (*tar.gz) available on the 
download page ? Unzip, untar, and that is ready. I tried on a Linux 
CentOs Desktop and I could save in avi format.


Richard.

Hello,

I have paraview 3.98.1 installed on a desktop using Fedora 18 and paraview 
3.14.1 installed on a laptop using Fedora 17. Both were installed using the yum 
repository.

On the laptop, I can save animation to ogv format, but not avi. On the desktop, 
I cannot save animations at all.
Can someone assist me? I have read about compiling from source using certain 
options...I'm not that savy with the build process. It would be great If I 
could just modify something existing to fix the scenario.

Thanks,


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Observations regarding ParaView 3.98.1

2013-03-15 Thread Richard GRENON

Hello.

Regarding the camera link state, the problem existed with PV 3.98.0 and 
a bug has been reported on 2013-01-31:

http://paraview.org/Bug/view.php?id=13842
But it is not said in which version it will be fixed !

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] camera link state seems to be incorrect in state files.

2013-01-31 Thread Richard GRENON

Hello.

I have compared two CFD results using two 3D windows and I have linked 
the camera of the second window to the first window, then I have saved a 
state file.


When reading the state file, I get this message:


ERROR: In 
/home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/ParaViewCore/ServerManager/Core/vtkSMStateLoader.cxx, 
line 440


vtkSMStateLoader (0x16bdd060): Need to fix camera link states

Not really important because you just need to link the cameras again. 
Just annoying.


Tested with PV 3.98.0 64 bits on Linux.

Best regards.

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] camera link state seems to be incorrect in state files.

2013-01-31 Thread Richard GRENON

Thank you for reporting the bug, Utkarsh.

Le 31/01/2013 16:21, Utkarsh Ayachit a écrit :

Yup that's indeed a known issue. I've reported a bug:
http://paraview.org/Bug/view.php?id=13842

On Thu, Jan 31, 2013 at 5:19 AM, Richard GRENONrichard.gre...@onera.fr  wrote:

Hello.

I have compared two CFD results using two 3D windows and I have linked the
camera of the second window to the first window, then I have saved a state
file.

When reading the state file, I get this message:

ERROR: In
/home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/ParaViewCore/ServerManager/Core/vtkSMStateLoader.cxx,
line 440

vtkSMStateLoader (0x16bdd060): Need to fix camera link states

Not really important because you just need to link the cameras again. Just
annoying.

Tested with PV 3.98.0 64 bits on Linux.

Best regards.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr


___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Paraview 3.98.0 new behavior of Vislt Tecplot Reader

2012-12-05 Thread Richard GRENON

Hello.

I have just tried the new PV 3.98.0 Linux release and found a new 
annoying behavior of the Vislt Tecplot Reader.


I read a pvsm state file built with PV 3.14.1 and all rendering fails!

With PV 3.14.1, I get one object in Surface mode colored by the pressure 
variable, and another object in Surface LIC mode using the friction 
vector and colored by the friction modulus variable.


But with PV 3.98.0, I get only solid color representation for the first 
object, and  solid color with points representation for the second 
object, with many errors in the message window. Looking at the 
information tab of the visible objects, the variables (pressure, 
friction vector, etc...) are not present !


My data files are Tecplot Files that should be read with the Vislt 
Tecplot reader. Looking at the reader property tab, I found two options 
in the Meshes frame: mesh and points/mesh. The points/mesh 
option does not appear in PV 3.14.1. Both options are checked in PV 
3.98.0 when reading a state file built with PV 3.14.1. Unchecking this 
points/mesh option makes rendering OK.


I tried further tests with other Tecplot files in PV 3.98.0 without 
starting from a state file. I tried to open either a file that requires 
the classic Tecplot reader, or a file that requires the Vislt Tecplot 
reader:

- when the classic Tecplot Reader is required, all is OK.
- when the Vislt Tecplot reader is required, only the points/mesh 
option is checked by default, so it should be unchecked and the mesh 
option should be checked if I want a surface mode colored by a variable 
or a Surface LIC mode.


So, my question is : what is this new points/mesh option in the Vislt 
Tecplot reader, and why is it checked by default ?


Best regards.

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Paraview 3.14.1 Tecplot Reader Errors

2012-08-21 Thread Richard GRENON

Hello

I don't know how to make this with a command line, but you may read your 
ASCII file, then use the menu File-Save Data, select the VTK file type, 
and you will have a popup window with some options:

- Data mode: ascii, binary or appended (default).
- Compressor: None (default) or Zlib

May be this could be automated with a Python script. Browse the mailing 
list: there are several subject about converting ascii to binary.


Also you make look here for Python vtk writers : 
http://certik.github.com/visit_writer/


Richard

Le 20/08/2012 20:53, Beichuan Yan a écrit :


Hi Richard,

Thank you for your feedback. While we are hoping that Paraview 
developers resolve this problem and accomplish a usable Tecplot 
reader, I may rewrite a code to output my data as legacy .vtk ASCII files.


May I ask you a question? it is probably simple: how to convert a 
legacy .vtk ASCII file to a binary file. Tecplot provides such a 
command line tool, preplot, which compresses data greatly before 
loading into Tecplot, otherwise uncompressed data could eat up all the 
memory quickly. For my own large scale simulation of particles, one 
snapshot generates as much as 14GB data for Tecplot, and preplot 
shrinks them to 2GB! I will run Paraview in parallel processing mode, 
but it is always optimal to compress ASCII data into binary before 
loading them into Paraview.


Thanks,

Beichuan Yan

*From:*Richard GRENON [mailto:richard.gre...@onera.fr]
*Sent:* Monday, August 20, 2012 2:52 AM
*To:* Beichuan Yan; paraview@paraview.org
*Subject:* Re: [Paraview] Paraview 3.14.1 Tecplot Reader Errors

Hello.

Sorry, I made a mistake in my previous mail: I see in the Tecplot 
reader help that it should be able to read unstructured:


The output of the reader is a vtkMultiBlockDataset, of which each 
block is either a vtkStructuredGrid or a vtkUnstructuredGrid.




But I never succeeded in reading my own Tecplot unstructured grids 
with triangle elements, so I can't help you for this type of file.


Also, I had some problems in reading some structured grids because 
some Tecplot options in the ZONE card are not recognized by the 
reader, and I had to suppress it. The Tecplot reader should still be 
improved.


But if you try again Tecplot files with Structured or Unstructure 
grids, don't forget the two header lines for title and variables.


Richard.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Paraview 3.14.1 Tecplot Reader Errors

2012-08-20 Thread Richard GRENON

Hello.

Your Tecplot file is written as an Unstructured grid with quadrilateral 
elements.
The Tecplot reader in Paraview cannot read this: it assumes that the 
file contains a MultiBlock Structured grid (with 3 index I, J and K for 
a volume, or only two index I and J for a surface)


When I see your image, I think that you can write your grid in a 
Structured format.


Moreover, a file header is missing. You should have a header with two 
lines: line for the title end a line for the variables:


TITLE=SOMETHING
VARIABLES=X Y Z

Richard.

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Asking for Tecplot reader improvements and a sample Tecplot file for Unstructured Grids

2012-08-20 Thread Richard GRENON

Hello,

The Tecplot reader is very usefull, but it should be further improved 
because many Tecplot files (written by the user according to Tecplot 
format specifications or written by Tecplot itself !) still cannot be read !


I am usually using Structured grid, and the Tecplot reader works fine 
for most of my ASCII files, except for those that are written by Tecplot 
itself and that contain the STRANDID and SOLUTIONTIME tokens that are 
currently unsupported. I have to remove these unsupported tokens from 
all ZONE headers before reading with Paraview. May I suggest to ignore 
those unsupported tokens with just a warning rather than stopping reading ?


Another problem is with Unstructured grids. Reading the mail of Beichuan 
Yan (subject =Paraview 3.14.1 Tecplot Reader Errors ), I tried to read 
several ASCII Tecplot files with unstructured grids. Some of my files 
made Paraview freeze, other could not be read and gave many error 
messages such as :


The record type XXX found in the file is unknown

where xxx may be some coordinate data or something else.

It seems that the reader is bad positioned in the file because one or 
more token in the ZONE header are not recognized.


Looking at the reader source file, I tried to modify the header of 
simple Tecplot files with TRIANGLE or QUADRILATERAL elements, but I 
never succeeded in identifying which token is not recognized.


So, at that time, is the Tecplot reader really able to read unstructured 
grids or not ? If yes, could someone provide a sample Tecplot file for 
unstructured grid that Paraview can read ? This would help identifying 
what is not well recognized in the true Tecplot format.


Thank you in advance for your help.

Best regards
http://markmail.org/message/wnfrnompw4qehhr7

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Help Need in Streamline for CGNS file

2012-07-25 Thread Richard GRENON

Hello.

For streamlines on a curved surface, you should get better results using 
the SurfaceLIC plugin.


First, you have to load this plugin through the menu Tools-Manage 
plugins: select the SurfaceLic plugin, then click on the Load 
selected button. You can also click on the little cross before 
SurfaceLIC and check the AutoLoad check box: thus, the plugin will be 
loaded each time you start Paraview.


Then, you should have a velocity Vector in your dataset. If you have 
not, build a vector from three scalar components using the Calculator 
filter.


When you have a vector data,  the Surface LIc item is available in the 
list of representation mode. Select it and you will get a picture that 
looks like an oil flow visualization. You can adjust some LIC parameters 
in bottom of the Display tab. You can choose another vector if you want 
because LIC uses by default  the first vector that it finds, and it may 
be the normal vector.


Richard

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV 3.14.1 crashes when disconnecting a dataset

2012-04-26 Thread Richard GRENON

Hello.

Sometimes, when I disconnect a dataset to load another one from a new 
state file, PV 3.14.1 crashes. This does not happen with all my 
datasets, but only with large datasets that were loaded with a state 
file having a very complex pipeline, so I cannot give an example.


This is not really blocking, but just annoying as I have to restart PV 
each time I want to change my dataset.


Has anyone experienced this problem ?

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14.1 crashes when disconnecting a dataset

2012-04-26 Thread Richard GRENON

Thank you for this info, Utkarsh.

Maybe your are right, my problem could be related to this discussion. 
But I have never tried to load a state file AFTER having added some 
source or other data in the pipeline. When I load a state file, it is 
always on an empty pipeline, and I never got PV crash when loading a 
state file on an empty pipeline, even if it is a complex state file. The 
problem appears only when I want to disconnect to get the pipeline 
empty: PV may crash or not, depending on the complexity of the current 
pipeline.


I will take a look at the next binaries release to see if my problem is 
solved with your patch.


Best regards.

Utkarsh Ayachit a écrit :

This maybe related to the discussion in this thread:
http://public.kitware.com/pipermail/paraview-developers/2012-April/001518.html

If it's indeed the same, then I've attached a patch that fixes the
issue. It has been committed to git-master.

Utkarsh

On Thu, Apr 26, 2012 at 10:23 AM, Richard GRENON
richard.gre...@onera.fr wrote:
  

Hello.

Sometimes, when I disconnect a dataset to load another one from a new state
file, PV 3.14.1 crashes. This does not happen with all my datasets, but only
with large datasets that were loaded with a state file having a very complex
pipeline, so I cannot give an example.

This is not really blocking, but just annoying as I have to restart PV each
time I want to change my dataset.

Has anyone experienced this problem ?

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14.1 Linux crashes when trying to open a file

2012-04-17 Thread Richard GRENON

Thank you, Utkarsh.

With these new binaries, PV 3.14.1 is working fine now.

Richard.

Utkarsh Ayachit a écrit :

Richard,

The binaries have been updated. Please feel free to give them a try.

Thanks
Utkarsh

On Thu, Apr 12, 2012 at 7:48 AM, Richard GRENON richard.gre...@onera.fr wrote:
  

Thank you, Utkarsh.

Please, let me know when the updated binaries will be available and I'll
tray again.

Richard

Utkarsh Ayachit a écrit :



Doh! I forgot about the SVG plugin problem. I'll request the files to be
updated soon. Thanks

Utkarsh

  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr





  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV 3.14.1 Linux crashes when trying to open a file

2012-04-12 Thread Richard GRENON

Hello Utkarsh.

I have just downloaded the new Linux 64bit binaries for PV 3.14.1.

PV 3.14.1 crashes when trying to open a data file or to load a state file!
Error message:

Cannot mix incompatible Qt libraries
This seems to be the same error as with the first release of the PV 
3.14.0 binaries.
See the previous discussion with the subject PV 3.14 Linux crashes when 
trying to open a file in the mailing list.


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV 3.14.1 Linux crashes when trying to open a file

2012-04-12 Thread Richard GRENON

Hello Utkarsh.

I have just downloaded the new Linux 64bit binaries for PV 3.14.1.

PV 3.14.1 crashes when trying to open a data file or to load a state file!
Error message:

Cannot mix incompatible Qt libraries
This seems to be the same error as with the first release of the PV 
3.14.0 binaries.
See the previous discussion with the subject PV 3.14 Linux crashes when 
trying to open a file in the mailing list.


(Sorry if this mail is received twice. I had a mailing problem.)

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14.1 Linux crashes when trying to open a file

2012-04-12 Thread Richard GRENON

Thank you, Utkarsh.

Please, let me know when the updated binaries will be available and I'll 
tray again.


Richard

Utkarsh Ayachit a écrit :
Doh! I forgot about the SVG plugin problem. I'll request the files to 
be updated soon. Thanks


Utkarsh



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Oilflow - Surface flow

2012-03-29 Thread Richard GRENON

Hi Lorenzo.

If your data are the results of a CFD computation, the surface velocity 
should be non zero when solving Euler equations with wall slip 
conditions, or zero everywhere when solving the Navier-Stokes equations 
with wall adherence conditions (non slip). But when solving 
Navier-Stokes equations, you should get a skin friction vector (local 
tangential force) that is non zero: for LIC to give an oilflow pattern, 
you should use this skin friction vector instead of the velocity vector.


And please, could you tell us what was the solution given by Koen? His 
mail was missing.


Richard.

Lorenzo a écrit :

Thanks both of you, your help is really appreciated!

@ Richard: as I'm using the non slip condition for my walls geometry, 
the velocity on the surface is 0 everywhere… Just checked and the 
vector I get with the calculator is made by zeroes only… so, what is 
not clear to me, is how do I give the LIC a vector which is not zero?


@ Koen: that worked. Any way to reduce the number of oilflow paths?

Again, I would like to thank you two and everybody else in this 
mailing list for your help.


Lorenzo


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Clip on Extract Subset crashes when Extract Subset reduces to a surface

2012-03-29 Thread Richard GRENON

Hello, all.

Just to let you to know that the Clip filter applied on an Extract 
Subset object crashes when the Extract Subset reduces to a surface.


Here is an example tested on PV 314 :

- Loading a structured IJK domain (Tecplot reader or else), say Imax=40, 
Jmax=8 and Kmax=20


- Add the Extract subset filter to get the surface J=0, so subset 
indexes are I from 0 to Imax, J from 0 to 0, K from 0 to Kmax


- Add the Clip filter with plane Z=something = Crash !!!

Workaround: after the Extract Subset filter, add the Extract 
Surfaces filter, then the Clip filter and clipping is OK !


Bests regards.

Richard

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Oilflow - Surface flow

2012-03-29 Thread Richard GRENON

Lorenzo.

There is a LIC parameter that is responsible of the heavy feature when 
you pan, rotate, zoom, etc..


Look at the bottom of the Display tab of your object that use LIC: you 
will see the option Use LIC when using LOD. This option is checked by 
default and makes LIC to recompute the rendering while your are moving 
the object.


Uncheck this option: LIC will be deactivated while you are changing the 
view and it will render the object only when you will release the mouse 
button. It may take a while before rendering occurs after mouse button 
release depending on a parameter in the settings: menu Edit-Settings, 
select Render View and look at the value of the Lock interactive 
render parameter: it should be 2 (seconds) by default and you may set 
it to zero.


@David:

I think the surface vectors and surface flows filters are meant to
address this problem.
I have tested these filters together with the Stream tracer with Custom 
source filter, but I never succeeded in getting full streamlines on the 
curved surface of an aircraft. I think there is really a problem of 
projection in the Stream Tracer algorithm. I wonder if this projection 
is done as it is only a second order modification of the vector 
direction and it is not needed to follow a stream line in volume.


Richard.

lovecraft22 a écrit :

Thank you Richard.

The LIC seems heavy when you pan, zoom in or zoom out your geometry, not in 
generating the flow paths. What you get is actually really nice.

If there no way in getting good streamlines (as you pointed out I got short 
lines only) then the LIC is fine.

Maybe there's a way of generating that directly in openfoam, as there is for 
free flow streamlines.

Thank you again for your time.

Lorenzo
  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Clip on Extract Subset crashes when Extract Subset reduces to a surface

2012-03-29 Thread Richard GRENON

David

The bug has been reported. Please see 
http://paraview.org/Bug/view.php?id=13045


Richard

David E DeMarle a écrit :

Please file a bug report with these steps to reproduce it so that we
do not forget to look into it.

  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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

2012-03-28 Thread Richard GRENON

Hi Utkarsh.

It seems that you were right: the problem is on my side, due to the 
settings of my graphic card NVIDIA Quadro FX 1800 on Linux CentOS.


As Paraview does not allow to set Antialiasing on, I had set 
Antialiasing through the control panel of my NVIDIA graphic card and I 
had selected the Override Application Settings option.


But these settings are not taken into account each time I start the PC: 
starting Paraview without opening the NVIDIA control panel before always 
gives images without antialiasing (PV 312 or PV 314), and PV 314 shows 
these unexpected lines in Surface with edges view mode.


But if I open the NVIDIA control panel before starting Paraview, look at 
the Antialiasing setting that is always Override Application Settings 
and quit the control panel without changing anything, Paraview 312 or 
314 gives now clean images with antialiasing... and PV 314 does not show 
the unexpected lines in Surface with edges view mode ! Very strange !


Best regards.

Richard.

Utkarsh Ayachit a écrit :

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?
  


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 bits while its Wireframe mode remains 
correct. But I must say that this problem occurs only for certain 
surfaces such as the one I have sent in my second mail in a gzipped 
file. I had tried to build another test surface with strange double 
curvature and the view was OK !!!


The Nvidia graphic card driver on my Linux x86-64 workstation may have 
been automatically updated recently. The actual driver is 190.42 but it 
seems OK for all view modes of PV 3.12 and also for all view modes other 
than Surfaces with Edges of PV 3.14 (the LIC plugin works well, and I 
remember that it was the most sensitive to driver versions).


Best regards.

Richard.

Utkarsh Ayachit a écrit :

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


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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

2012-03-13 Thread Richard GRENON

Hello.

In addition to my previous mail, I discovered that this problem of 
unexpected lines in Surface with Edges mode with PV 3.14 concerns only 
the Linux version ! I am using the 64 bits version on Linux CentOS 5.7.


The Surface with Edges view is correct with PV 3.14 Windows 32 bits on 
Vista Home Premium SP2 !


If it may help you, the problem on the Linux version does not come from 
the Tecplot file format: I have also problems with surfaces given in VTM 
format.


I add the gzip of my Tecplot test file that contains the surface 
representation of a wake behind a wing.


Best regards.

Richard.

Richard GRENON a écrit :

Hello, all.

I have found a strange behavior of PV 3.14 in Surface with Edges 
mode for some surfaces: when reading some Tecplot files that contained 
a structured mesh, I get some unexpected lines that don't exist in the 
file and that don't appear when I select the Wireframe mode. The 
Wireframe view is correct, the Surface with Edges view is not.



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr



wake.tp.gz
Description: GNU Zip compressed data
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON

Hello.

I think that the right scale mode for arrow glyph should be vector: in 
this mode, the glyph (the arrow) would be scaled according to the vector 
magnitude while it remains aligned with the vector.


I am not sure but I think that the scale mode vector components means 
that each component of the glyph would be scaled according to the same 
component of the vector, so the arrow would be deformed and may not have 
the same orientation as the vector. But if you choose a sphere instead 
of an arrow, the sphere would become an ellipse with its greatest axis 
aligned with the vector.


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON

Hello.

I think that the right scale mode for arrow glyph should be vector: in 
this mode, the glyph (the arrow) would be scaled according to the vector 
magnitude while it remains aligned with the vector.


I am not sure but I think that the scale mode vector components means 
that each component of the glyph would be scaled according to the same 
component of the vector, so the arrow would be deformed and may not have 
the same orientation as the vector. But if you choose a sphere instead 
of an arrow, the sphere would become an ellipse with its greatest axis 
aligned with the vector.


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON

Utkarsh Ayachit a écrit :

vector_components uses 1 component of the vector to scale. Currently
it only uses 0th component (i.e. X component). I believe the panel is
missing a widget to pick other components.

Utkarsh
  

Thank you for this information, Utkarsh.
I did not make many tests with this vector_components option and I was 
not sure if it was scaling according to one or three components.
I was always using the default Vector option that is the good one to 
plot velocity fields with arrow glyph.


Richard

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Richard GRENON

Utkarsh Ayachit a écrit :

The offending line is:

find library=libQtSvg.so.4 [0]; searching

  7785:   trying file=/usr/lib64/qt4/lib64/libQtSvg.so.4

Try the following. If that works, I'll update the binaries:

Remove files  ./lib/paraview-3.14/iconengines/libqsvgicon.so and
./lib/paraview-3.14/imageformats/libqsvg.so and try again.

Utkarsh

  
Thank you Utkarsh. Removing these libraries makes PV 314 able to open 
data files or load pvsm states.
Please, let me know when the updated binaries will be available and I 
will make tests.


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Richard GRENON

Paul McIntosh a écrit :

My 2 cents (sorry for butting in without actually reading the full thread) -
I have noticed that states from earlier version of PV are not compatible
with 3.14 for some reason. If you resave the state then it works. 
  

Hello.

For me, the state files from PV312 are almost compatible with PV 314: 
when opening an earlier version state file, PV 314 just proposes to 
create an additional view that may be canceled and I  recover the full 
saved state. Maybe this is due to the new Layout feature ?


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Richard GRENON

Utkarsh Ayachit a écrit :

For me, the state files from PV312 are almost compatible with PV 314: when
opening an earlier version state file, PV 314 just proposes to create an
additional view that may be canceled and I  recover the full saved state.
Maybe this is due to the new Layout feature ?



That shouldn't affect it. I remember ensuring that the layout xmls are
compatible.
Can you share a state file to reproduce this issue? I'd like to have
it addressed.

Utkarsh


  


Utkarsh, the state files that I used cannot be shared because they 
concern confidential data and the datasets are heavy. Is the state file 
alone without dataset useful for you ?
But I could also try to build a small pvsm test file with test data with 
PV 312 and see what happens when reading with PV 314, and I will send it 
on next Monday.


In fact, it's not really important (for me) if PV 314 proposes to create 
an additional view as you can cancel it.


More annoying is another problem that I discovered with one of my PV 312 
pvsm state files with heavy data sets : PV 314 crashed after selecting 
the state file while loading the data!  I don't know if the crash occurs 
when PV 314 is trying to create an additional view. But the state file 
is for a complex pipeline that should produce a 3D view from full CFD 
data with some surface grids and field cuts in surface mode and some 
surface grids in surface LIC mode, and two spreadsheet views that show 
the data in SurfaceFlow objects. I discovered that PV 314 could read a 
modified state file that was saved by PV 312 after having deleted the 
two spreadsheet views, and I could create again these two spreadsheet 
views within PV 314. If the full state file without dataset is useful 
for you I will sent it on next Monday.


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Richard GRENON

Utkarsh Ayachit a écrit :

Thank you Utkarsh. Removing these libraries makes PV 314 able to open data
files or load pvsm states.
Please, let me know when the updated binaries will be available and I will
make tests.



Richard, the new binaries have now been uploaded.

Utkarsh

  

Utkarsh

Thank you for the new Linux binaries. Now PV 314 can load state files 
and open data files.


Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-23 Thread Richard GRENON

Hello, all.

I have just downloaded the new Paraview 3.14 binaries fort Linux 64 bits 
on the Paraview software page.


PV 3.14 can be launched on Linux 64 bits CentOS 5.7, but it crashes when 
I select either the Open item or the Load state item in the File menu!

Has anybody the same problem ? I have not yet tried the Windows version.

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-23 Thread Richard GRENON

Richard GRENON a écrit :
PV 3.14 can be launched on Linux 64 bits CentOS 5.7, but it crashes 
when I select either the Open item or the Load state item in the 
File menu!

Hello.

I just want to add that both 32 bit and 64 bit versions of PV 3.14 crash 
when trying to open a file.

Not yet checked the Windows version.

best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-23 Thread Richard GRENON

Hi Gena.

When I launch PV 3.14 Linux from a terminal, it crashes again when I try 
to open a file but I get this error message:

Cannot mix incompatible Qt libraries
Is there a Qt library missing in the PV 3.14 binaries and is PV 
searching for an old one installed on my Workstation ?


But I have no problem with the previous Linux version version PV 3.12, 
and selecting in the menu Help - About shows that this is the same Qt 
464 version in PV 3.12 and in PV 3.14.


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-14 Thread Richard GRENON

Hi David.

Sorry for being late, I was not at my office when you regenerated the 
Linux binaries. Never 2 without 3, as we say in France. ;) Finally, the 
third one is the good one: now PNG screenshot and Python shell are 
working perfectly, as Gena said.


Thank you very much.

Richard.

David Partyka a écrit :
Hi Richard and Gena, I have made a few more adjustments and 
regenerated the binaries, please try them again at your convenience. 
Thanks!

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Richard GRENON

Hello.

Yesterday, I tested the Windows 32 bits binaries on Vista and I was able 
to save PNG screenshots.
Today, I have redownloaded the Linux 64 bits binaries and saving PNG 
screenshots works now.

Thank you for this update.

Richard.


David Partyka a écrit :
Hi All, we detected and corrected an issue in the binary build process 
and regenerated and tested the Linux 32bit/64bit binaries for this 
issue. Please redownload them and try again. Thank you for your patience.


On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com 
mailto:mheueg...@gmail.com wrote:


Hello!

On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON
richard.gre...@onera.fr mailto:richard.gre...@onera.fr wrote:
 Thank you, Dave.
 I will check the Windows version this evening.

Under Windows XP (64bit and normal version), it works.

Sincerely

mirko

--
Real programmers don't document; if it was
hard to write, it should be hard to understand.





--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Richard GRENON

Hi again.

I confirm the bad news of Gena Bug: I get an error when opening the 
Python shell with the new Linux 64 bits binaries. Following is the error 
message:



Python 2.7.2 (default, Nov 9 2011, 15:37:53)

[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

 from paraview.simple import *

Traceback (most recent call last):

File string, line 4, in module

File 
/tmp_user/eos022z/grenon/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/servermanager.py, 
line 43, in module


import paraview, re, os, os.path, new, sys, vtk

File 
/tmp_user/eos022z/grenon/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/vtk/__init__.py, 
line 1, in module


from vtkCommonPython import *

ImportError: No module named vtkCommonPython


Richard


Gena Bug a écrit :

Hi everybody!

I've just redownloaded Linux x86_68 binaries and tested it.
Good news: now I'm able to save PNG screenshots.
Bad news: now I can't use python shell and scripts: it fails when import from 
paraview.simple. Here is a message that occurs just after opening Python Shell:
  Python 2.7.2 (default, Nov  9 2011, 15:37:53) 
  [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

   from paraview.simple import *
  Traceback (most recent call last):
File string, line 4, in module
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/servermanager.py, line 43, in module
import paraview, re, os, os.path, new, sys, vtk
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/vtk/__init__.py, line 1, in module
from vtkCommonPython import *
  ImportError: No module named vtkCommonPython

-|-
Gena.

On Thu November 10 2011 04:11:22 David Partyka wrote:
  

Hi All, we detected and corrected an issue in the binary build process and
regenerated and tested the Linux 32bit/64bit binaries for this issue.
Please redownload them and try again. Thank you for your patience.

On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com wrote:


Hello!

On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON richard.gre...@onera.fr

wrote:
  

Thank you, Dave.
I will check the Windows version this evening.


Under Windows XP (64bit and normal version), it works.

Sincerely

mirko

--
Real programmers don't document; if it was
hard to write, it should be hard to understand.
  


  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-09 Thread Richard GRENON

Hello, all.

I have downloaded the final Paraview 3.12.0 Linux x86 64 bits binaries. 
I have tested several screenshots with different image formats.
I can save screenshots as jpg, bmp or tif files, but I cannot save 
screenshots as PNG files. Following is the error message for PNG format:


ERROR: In 
/home/kitware/Dashboards/MyTests/ParaView-master/VTK/IO/vtkPNGWriter.cxx, 
line 199


vtkPNGWriter (0x14371f10): Unable to write PNG file!


This seems to be the same problem that Gena Bug reported for PV 3.12.0 RC3

Not yet tested the Windows version.

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-09 Thread Richard GRENON

Thank you, Dave.
I will check the Windows version this evening.

Richard

David Partyka a écrit :
This appears to be a defect in only the linux binaries. I just went 
through all of them and only experienced this on the Linux 64bit/32bit 
binaries. I have filed this bug report.


http://www.paraview.org/Bug/view.php?id=12715

On Wed, Nov 9, 2011 at 7:04 AM, Richard GRENON 
richard.gre...@onera.fr mailto:richard.gre...@onera.fr wrote:


Hello, all.

I have downloaded the final Paraview 3.12.0 Linux x86 64 bits
binaries. I have tested several screenshots with different image
formats.
I can save screenshots as jpg, bmp or tif files, but I cannot save
screenshots as PNG files. Following is the error message for PNG
format:


ERROR: In

/home/kitware/Dashboards/MyTests/ParaView-master/VTK/IO/vtkPNGWriter.cxx,
line 199

vtkPNGWriter (0x14371f10): Unable to write PNG file!

This seems to be the same problem that Gena Bug reported for PV
3.12.0 RC3

Not yet tested the Windows version.

Best regards.

-- 
Richard GRENON

ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17 tel:%2B33%201%2046%2073%2042%2017
fax   : +33 1 46 73 41 46 tel:%2B33%201%2046%2073%2041%2046
mailto:richard.gre...@onera.fr mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com http://www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-04-15 Thread Richard GRENON

David Partyka a écrit :
Hi Richard, we fixed the issue with the 32bit Windows binary. It is 
actually a pretty serious bug in the VisIt code because it attempts to 
delete memory allocated in one library in another. Amazingly it only 
crashed on 32bit Windows.
We are going to release a 3.10.1 that includes the fix as soon as we 
get feedback on several other fixes that we also will be including.


Hi, Dave.

I have just downloaded Paraview 3.10.1 Linux 64 bit and Windows 32 bit 
binaries.


Now the CGNS reader is working fine both on Linux and Windows.

Thank you for the good job.

Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-24 Thread Richard GRENON

Hi Chris.

I tried to write Tecplot binary files with Tecplot 360 2009 and Tecplot 
360 2010, and both saved files have the same version number #!TDV112 and 
they can be loaded with PV 3.10.0.


But an old Tecplot binary file with the version number #!TDV71 can also 
be loaded with PV 3.10.0. !


So the Tecplot version number does not seem to be the problem, at least 
from 71 to 112. Could your original file have been corrupted ?


Richard.


Christopher Butler a écrit :

Hi Richard,
Downloaded the linux binaries again, however, I had the same issue. However, I 
had access to a version of tecplot (tec360 (2009)) and saved the file as an 
updated version. This version then loaded into Paraview.

The original file had a tecplot version string of #!TDV102 compared with 
#!TDV112. Therefore I guess there is a limitation on the versions of tecplot 
files that are accepted by the reader.

Regards,
Chris Butler
  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-24 Thread Richard GRENON

Chris  Adriano,

I used a binary editor to modify my Tecplot 360 2010 *.plt binary file 
and I replaced the version number TDV112 by TDV102... and I got the same 
error as Chris


Indeed, the TDV102 version number is not understood by Paraview, 
although the older version number TDV71 can be loaded !


Strange...

Richard.

Christopher Butler a écrit :

Richard  Adriano,
I am absolutely certain that the file is actually a data file .plt. I am also 
sure that the file is valid for tecplot (it loaded into tecplot). I can send 
you a sample file if that would be informative.

Chris Butler
On 24/03/2011, at 9:02 PM, Adriano Gagliardi wrote:

  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-21 Thread Richard GRENON

Hi Chris.

I succeeded in reading binary tecplot files, one written by a very old 
Tecplot version and one written by Tecplot 360 2010. These files are 3D 
surface structured grids.

What kind of tecplot file are you trying to read ?

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-21 Thread Richard GRENON

Hi Chris.

It's me again: your error message
Unable to find any meshes 
sounds like the error message I had when trying to read CGNS files. Dave 
Partyka has discovered an error and has re-packaged the binaries, and 
now it works on Linux. However, this error still appears with the 
Windows binaries. If you are on Linux, please try to re-download the 
binaries. If your are on Windows, you should wait for PV 3.10.1 (See the 
discussion about the CGNS reader).


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread Richard GRENON

David Partyka a écrit :


I also went and re-tested the Windows and Mac binaries with CGNS data 
and they all work fine. Thank you for your patience!



Hello, Dave.

The CGNS reader works fine on PV 3.10.0 Linux 64 bit since you have 
re-packaged the binaries, but I can't get it working on PV 3.10.0  
Windows 32 bit.


I have re-dowloaded the Windows 32 bit binaries and I tried several 
examples from the CGNS data base (delta.cgns, delta_vertex.cgns and 
multi.cgns): PV always crashes when I select a cgns file. Otherwise, PV 
3.10.0 is working fine with my Tecplot files.


Could you take a look at this CGNS Windows problem?

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread Richard GRENON

David Partyka a écrit :
Hi Richard, we fixed the issue with the 32bit Windows binary. It is 
actually a pretty serious bug in the VisIt code because it attempts to 
delete memory allocated in one library in another. Amazingly it only 
crashed on 32bit Windows.

Amazing ! Is this the curse of Windows ? :-D
Indeed, it's not very annoying for me as I justed wanted to test the 
CGNS reader on both OS. In fact, I will have to work with cgns files 
only on my Linux workstation. On my Windows laptop, I am always using 
Tecplot files.
We are going to release a 3.10.1 that includes the fix as soon as we 
get feedback on several other fixes that we also will be including.

OK, I will have a look on the download page for the next release.

Thank you very much for this info.

Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread Richard GRENON

Hello all.

I've tried the CGNS reader included in the PV 3.10.0 final release with 
several example from the CGNS site 
http://cgns.sourceforge.net/CGNSFiles.html (delta.cgns, 
delta_vertex.cgns) and also with my own CGNS files and I always get an 
error:


ERROR: In 
/home/kitware/Kitware/ParaView-3.10/source/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx, 
line 118


vtkVisItCGNSReader (0x9ef0b60): Unable to find any meshes

ERROR: In 
/home/kitware/Kitware/ParaView-3.10/source/VTK/Filtering/vtkExecutive.cxx, 
line 756


vtkPVCompositeDataPipeline (0xab84150): Algorithm 
vtkVisItCGNSReader(0x9ef0b60) returned failure for request: 
vtkInformation (0xa21d6f0)


Debug: Off

Modified Time: 93481

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA_OBJECT

ALGORITHM_AFTER_FORWARD: 1

FORWARD_DIRECTION: 0


Could you give any CGNS example that work?

Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread Richard GRENON

David Partyka a écrit :
Hi Richard, which linux binary are you having problems with, 64 bit I 
presume? I tested with a couple of the files 
from http://cgns.sourceforge.net/CGNSFiles.html. Let me try and 
recreate the problem.

Hi Dave.

Yes, I used the Linux 64 bits binaries. Not yet tested with 32 bits. 
Thank you for your interest.


Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread Richard GRENON

David Partyka a écrit :
Hi Richard, which linux binary are you having problems with, 64 bit I 
presume? I tested with a couple of the files 
from http://cgns.sourceforge.net/CGNSFiles.html. Let me try and 
recreate the problem.

Hi Dave.

Same error with Linux 32 bit binaries.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-10 Thread Richard GRENON

Hello, Utkarsh.

The screenshots I have sent have been made with 
PV-3.10.0-RC1-Linux-x86_64 on CentOS 5.5.


I performed the same screenshot test with PV 3.8.1 on Windows Vista, but 
I had not this color problem, neither the window over picture problem of 
Aurélien Marsan.


I will install PV-3.10.0-RC1 on my Vista laptop and perform the same 
test later.


Utkarsh Ayachit a écrit :

Is this on Windows?

Utkarsh

On Wed, Feb 9, 2011 at 4:23 AM, Richard GRENON richard.gre...@onera.fr wrote:
  

Hello.

I found a screenshot problem with LIC in PV 3.10.0-RC, but this problem
already existed in PV 3.8.

I have a multiblock surface with a friction vector and a pressure variable.
I color the surface by the pressure variable and I use the LIC
representation with the friction vector.

When I take a screenshot while the option Use offscreen rendering for
screenshots is checked (this is the default option), the LIC representation
is OK but the color by the pressure variable is lost, and each block has a
different solid color. If I uncheck the offscreen rendering, I get the
expected screenshot with the LIC representation colored by the pressure
variable.

Following are two screenshots with and without offscreen rendering for a
simple example: the dataset contains two structured blocks in a Tecplot file
for a rectangular wing. The dataset has a pressure variable dCp from a
vortex lattice CFD method, and I used the Calculator filter to construct a
pseudo friction vector (iHat + 0.25*jHat) to be used by the LIC plugin.

Regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr


___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-10 Thread Richard GRENON

Utkarsh,

I have performed the same screenshot tests on Windows Vista 32 bits with 
PV 3.10.0-RC1. No problem. The picture is always as expected, with the 
LIC representation being colored by the pressure variable in bot cases, 
offscreen rendering checked or unchecked. So the LIC color by variable 
seems to be lost only with Linux.


If this may help you, I noticed something on the 3D view on Vista when I 
take a screenshot while offscreen rendering is checked: the LIC color by 
variable is lost for a short time, each block getting a different solid 
color, then the LIC color by variable comes back on the dataset, and the 
saved picture is colored by variable as expected. So the problem in 
Linux could be some kind of time delay, the picture being saved while 
the 3D view is changing to solid color?


Richard

Utkarsh Ayachit a écrit :

Is this on Windows?

Utkarsh
  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Some tests and questions about PV 3.10.0-RC1

2011-02-08 Thread Richard GRENON
Thank you for these good news, Robert. While waiting the final release, 
I can continue my tests on RC1 by gathering my single block files into a 
multi-block Tecplot file or by using VTM files.


Robert Maynard a écrit :

Hi Richard,

I have fixed the issue with the OpenFile to openly prompt once per 
file extension. Unless problems arise I expect to have it in the 3.10 
release.



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Some tests and questions about PV 3.10.0-RC1

2011-02-07 Thread Richard GRENON

Thank you for your answer, Robert and Sebastien.

I have read the wiki page given by Robert and I understand that I have 
to follow the Opening multiple files method because my files are NOT 
times series but they are pieces of the skin of an aircraft, or 
individual 3D CFD blocks. Our CFD software gives one file / block.


I agree with the suggestion of Sebastien: if we select multiple files in 
the OpenFile process, once a reader has been selected for the first 
file, keep this reader and don't ask for the reader type for following 
files, unless their extension is not the same. This would avoid to click 
OK 350 times or more, unless the user has a dataset with 350 different 
file extensions! :-D  


Best regards.

Richard

Sebastien Jourdain a écrit :

Hi Richard,

I've just talked to Rob about your problem and explained your point.
Rob is going to report a bug for that.
One solution we were thinking of is when several files are selected in
the OpenFile process, if we already have define a reader for a given
extension, we reuse that same reader and ask for the reader type only
for new extension where concurrent reader exist.

What do you think ?

Seb

On Fri, Feb 4, 2011 at 12:01 PM, Robert Maynard
robert.mayn...@kitware.com wrote:
  

Hi Richard,
In the 3.10 we have introduced the ability to load multiple files when using
the ctrl and shift keys. If you want to load a file series you need to
select the file series root node, not each item in the series. Doing so will
make ParaView load each file individually.
You can find a nice guide to loading files in the user
guide: http://www.itk.org/Wiki/ParaView/Users_Guide/Loading_Data
On Fri, Feb 4, 2011 at 10:03 AM, Richard GRENON richard.gre...@onera.fr
wrote:





  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Some tests and questions about PV 3.10.0-RC1

2011-02-04 Thread Richard GRENON

Hello, all.

I have just downloaded the PV-3.10.0-RC1 Linux 64 binaries and it works 
fine. I Could not find the VisIt plugin in the Tools-Manage plugins 
menu, but I suppose it is now fully integrated in PV? However, I was

able to read Tecplot files, and I could also load the LIC plugin.

For all and Adriano Gagliardi: I said in a previous mail that the VisIt 
Tecplot reader in Linux PV 3.8.1 was not working on my new CentOS 5.5 
workstation. This problem is now solved with PV 3.10.0-RC1: both 
proposed Tecplot Readers, Tecplot and Tecplot(VisIt), are working fine.


Now I have just a question about rendering. When I rotate or zoom an 
object, the object rendering is coarse as in previous PV versions, but 
it remains coarse for a few seconds when I release the mouse, and I see 
a countdown in the bottom left of the window: Full resolution render in 
: xx seconds. This is not very important but just a little bit 
annoying. Is there a parameter in the settings that could reduce this 
rendering time?


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Some tests and questions about PV 3.10.0-RC1

2011-02-04 Thread Richard GRENON
Thank you very much, Karl. I missed this new feature in the mails. 
That's OK now!


Karl König a écrit :

Hello Richard,

  

Now I have just a question about rendering. When I rotate or zoom an
object, the object rendering is coarse as in previous PV versions, but
it remains coarse for a few seconds when I release the mouse, and I see
a countdown in the bottom left of the window: Full resolution render in
: xx seconds. This is not very important but just a little bit
annoying. Is there a parameter in the settings that could reduce this
rendering time?



See http://markmail.org/message/vf4f4dmp2ixwh5xr

Karl

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Some tests and questions about PV 3.10.0-RC1

2011-02-04 Thread Richard GRENON

Thank you for the answer, Robert.

The Tecplot reader works fine with a single file that contains a 
multi-block dataset, but I encountered a problem when trying  to read 
the same data as a serie of Tecplot files.


Each file is a single block surface grid on the skin of an aircraft. 
Once I had selected all my files, I got an error message: Group name 
and proxy must be non empty. But this was only a warning and PV was 
always running. Then I had to choose between Tecplot Files (VisIt) and 
Tecplot Files in the Open data with.. window and click OK for each 
file in my serie.


Each time I clicked OK, a new file was loaded in the pipeline, but as I 
had selected more than 350 files, I decided to cancel. But the Cancel 
button is ignored and the Open data with.. window appears again and 
again! The only way to cancel the reading task was to kill Paraview. I 
hope that this could be solved in the final release.


Now may I suggest an improvement for all readers? When reading huge 
datasets, the screen seems to be frozen (for about one minute with my 
full aircraft CFD dataset), and it would be nice if we could have in a 
future release some progress bar or something else indicating that PV is 
always alive.


Best regards and good week-end.

Richard.

Robert Maynard a écrit :
Hi Richard, 

You are correct the VisIt plugin has been reworked and moved into 
ParaView.



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV Linux 3.10.0. RC1 binaries links broken on download page?

2011-02-02 Thread Richard GRENON

Hello.

I have just seen that PV 3.10.0-RC1 binaries are available on the 
download page. Windows and Mac binaries can be dowloaded, but the Linux 
links go to the public.kitware.com html page.


Regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Reset Center of rotation button disabeld in PV 3.8.1

2011-01-19 Thread Richard GRENON

Hello.

Did anybody notice that? The Reset center of rotation button is greyed 
in PV 3.8.1 GUI. I get this both with Linux and Windows binaries from 
the PV download page.
However, the reset function seems now to be assumed by the Show/Hide 
center of rotation button.


Regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot reader from PV 3.8.1 fails on Linux Redhat CentOS

2011-01-14 Thread Richard GRENON

Thank you for your help, Adriano.

In fact, only the Tecplot reader has problems on CentOS. I tested again 
this morning: the Tecplot reader fails on both 32 bits and 64 bits 
binaries. But once I have converted my data into VTM files, PV 3.8.1 
binaries are working fine and I can use the LIC plugin.


Regards

Richard

Adriano Gagliardi a écrit :

Ah, ok. Well, I have no answer, although it seems very strange that the
binaries should perform so differently. I use CentOS 5.4 with an older
version of ParaView. If I get hold of the ParaView 3.8.1 binaries, I'll test
out the Tecplot multiblock reader myself and see how it goes.

Regards,

Adriano
  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Tecplot reader from PV 3.8.1 fails on Linux Redhat CentOS

2011-01-13 Thread Richard GRENON

Hello, all.

I have been using Paraview 3.8.1 with the Tecplot reader without a 
problem on an old HP xw4200 workstation with Linux 64 Redhat 5. The only 
thing that did not work was the LIC plugin because my graphic card 
driver was too old.


Today, my workstation has been replaced and I have now a Dell T3500 with 
Linux 64 Redhat CentOS, but the Tecplot reader fails. I get no error 
message, each array in the dataset is recognized with its correct name, 
but all values are completely wrong: each array (coordinates or CFD 
scalars) is in the range [0,9] or [-9,9] and the drawing in the 3D 
window looks like an aircraft after a crash! The problem appears both 
with PV 3.8.1 32 bits and PV 3.8.1 64 bits. I am using the binaries from 
the Paraview download page.


Our CFD software produces only Tecplot files and I have a workaround 
with a small utility that can convert my ascii Tecplot Datasets into 
ascii VTM Datasets, and at least the LIC plugin works fine on theswe VTM 
datasets.  But translating Tecplot datasets into VTM datasets is very 
annoying when I am using large CFD datasets for a full aircraft because 
it duplicates my data and it reduces my free disk space. Does anyone has 
an idea of what could be done to repair the Tecplot Reader on CentOS?


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tecplot reader from PV 3.8.1 fails on Linux Redhat CentOS

2011-01-13 Thread Richard GRENON

Hi Adriano.
I always used the downloaded 3.8.1 binaries from the Paraview download 
page. Following is the header of my ascii Tecplot File. I don't know 
exactly for which Tecplot version they are formatted by our CFD 
software, but they are readable by Tecplot 360, and I am using the same 
Tecplot files that I used on my HP workstation.



TITLE = 
VARIABLES = x y z frictionvectorx frictionvectory 
frictionvectorz frictionmodulus yplusmeshsize

ZONE T=Window(s) : sf13257_blk_39,  I=17,  J=13, F=BLOCK
 2.6397699E+01  2.6377867E+01  2.6358173E+01  2.6338665E+01  
2.6319424E+01  2.6300579E+01
This is a multiblock dataset and the file contains many Zones (one for 
each block). Note that the third dimension K is missing as each block is 
a surface grid. Tecplot 360 assumes that K=1, and the PV 3.8.1 Tecplot 
reader also does not care of the missing K dimension as it was working 
on HP Redhat 5. On Dell CentOS, no error message, but the data are 
incoherent.


Regards.

Richard

Adriano Gagliardi a écrit :

Hi Richard,

Was the version of ParaView you used on the HP workstation a self-compiled
version or from downloaded binaries? Which version of Tecplot are the files
formatted in, and these haven't changed between workstations? If possible,
could you post a header of one of the Tecplot files?

Regards,

Adriano


===

Adriano Gagliardi MEng PhD
Business Sector Leader
Computational Aerodynamics
Aircraft Research Association Ltd.
Manton Lane
Bedford

Tel: 01234 32 4644
E-mail: agaglia...@ara.co.uk
Url: www.ara.co.uk 
-Original Message-

From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org]
On Behalf Of Richard GRENON
Sent: 13 January 2011 17:26
To: paraview@paraview.org
Subject: [Paraview] Tecplot reader from PV 3.8.1 fails on Linux Redhat
CentOS

Hello, all.

I have been using Paraview 3.8.1 with the Tecplot reader without a problem
on an old HP xw4200 workstation with Linux 64 Redhat 5. The only thing that
did not work was the LIC plugin because my graphic card driver was too old.

Today, my workstation has been replaced and I have now a Dell T3500 with
Linux 64 Redhat CentOS, but the Tecplot reader fails. I get no error
message, each array in the dataset is recognized with its correct name, but
all values are completely wrong: each array (coordinates or CFD
scalars) is in the range [0,9] or [-9,9] and the drawing in the 3D window
looks like an aircraft after a crash! The problem appears both with PV 3.8.1
32 bits and PV 3.8.1 64 bits. I am using the binaries from the Paraview
download page.

Our CFD software produces only Tecplot files and I have a workaround with a
small utility that can convert my ascii Tecplot Datasets into ascii VTM
Datasets, and at least the LIC plugin works fine on theswe VTM datasets.
But translating Tecplot datasets into VTM datasets is very annoying when I
am using large CFD datasets for a full aircraft because it duplicates my
data and it reduces my free disk space. Does anyone has an idea of what
could be done to repair the Tecplot Reader on CentOS?

Best regards.
  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] which version of ParaView has Animation Inspector?

2010-12-23 Thread Richard GRENON

Hello.

Animation Inspector is now called Animation view.
You can get it through the View menu.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] join movie files together

2010-12-22 Thread Richard GRENON

Hello.

You can also use Virtualdub: http://www.virtualdub.org/

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Saving integrated data on an animated slice

2010-12-01 Thread Richard GRENON

Adriano

Thank you for this help. I gan get the output file appended at each 
animation step. I tested it with a string.


But I can't get the integrated value from the Surface Flow filter.

This filter produces an unstructured grid having one cell an one point 
with two arrays:  the first array with name SurfaceFlow is the 
integrated value that I want, the other array is the vector array that I 
have integrated. I will try further with the Python help on the Surface 
Flow filter, but if someone has an idea.


Best regards


Richard

Adriano Gagliardi wrote:

Richard,

I don't thionk you'll need the first programmable filter. The following
should be a start:

vtkUnsData = self.GetInputDataObject(0,0)
fout = open(filename,'a')
#then you can use the write function to write data to file ie
fout.write(%s % (vtkUnsData.GetPointData().GetTuple1(0))
fout.close()

I've never used Surface Flow so don't know what type of data-set you will be
working with.

Good luck!

Adriano

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Saving integrated data on an animated slice

2010-12-01 Thread Richard GRENON

Adriano

vtkUnsGrid.GetPointData().GetArray(SurfaceFlow).GetTuple1(0) returns none!

I tried this:

vtkUnsGrid.GetPointData().GetArray(0).GetTuple1(0) as SurfaceFlow is the 
first array

And it works

I just have to add a \n in fout.write and I get one line per animation step 
with the integrated value on the Clip.

Thank you very much!

Richard


Adriano Gagliardi wrote:

Try this:

vtkUnsGrid.GetPointData().GetArray(SurfaceFlow).GetTuple1(0) 


Should work.
  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Saving integrated data on an animated slice

2010-11-30 Thread Richard GRENON

Hello everybody.

I am performing Surface flow integrations over the skin of an aircraft 
and I would like to see how the integration depends on the X coordinate 
with integrations from the nose of the aircraft to some X moving plane.


I am using the Surface Flow filter over a Clip object, and I have 
animated the X coordinate of the origin of the cutting plane in the Clip 
object. Using a spreadsheet view, I can see the value of the Surface 
Flow object changing with the X coordinate, but I don't know how to save 
the data of the Surface Flow object for all animations steps into a 
single csv file. I don't want to save the animated pictures, just the 
animated data into a single csv file for further computations with 
OpenOffice Calc.


I first tried to select the Surface Flow object then File-Save data, 
but even when I check the Write all time steps box of the Configure 
Writer dialog box that comes after the dialog box for the name of the 
file, all I can get in the csv file is the value for the last animation 
step.


Then I tried to select the SpreadSheet view and File-export into a csv 
file, but this gives the same result.


I believe that the Writer is expecting Time series, by my data (the 
aircraft skin) are not, and animations steps don't seem to be understood 
as Time steps. Of course, I can save data step by step, each step in a 
csv file, but does anyone know a trick to save data for all steps into a 
single csv file.


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Saving integrated data on an animated slice

2010-11-30 Thread Richard GRENON
Thanks, John, but I don't know how to use this. Does it need some code 
writing?
I cannot compile PV and I was wondering if saving data from each step of 
an animated clip on static objects was possible with the last PV 381 
binaries. Is there any filter, or maybe Python script to do that? I 
tried to play the animation in a Python script and use CreateWriter as 
found on a Wiki page, but it does not work (CreateWriter seems to be for 
future PV 3.9).


Richard

Biddiscombe, John A. wrote:

vtkExtractDataOverTime
  

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] GUI bug: Error message when moving the cursor on the menu bar

2010-11-30 Thread Richard GRENON
I have found a workaround if it may help: when you click on a menu item 
and you don't select any option in its list, click again on the same 
item to remove its options list, and you can move over other menu items 
without error message.


Richard


Richard GRENON wrote:

Hi, Pat.

I am using the PV 381 Windows version with Vista Home Premium SP2 on a 
Toshiba Satellite X200 laptop with a Synaptics Touchpad. No mouse is 
connected and I did not use any Windows accessibility feature. The bug 
occurs both when I click on the left button of the touchpad or when I 
hit the touchpad to simulate a mouse click. This is not really a 
blocking bug, but it's just annoying because it rises the Output 
Messages window.


pat marion wrote:
Do you have any Windows Accessibility features enabled in the Windows 
control panel, or are you using a tablet?


Pat





--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Saving integrated data on an animated slice

2010-11-30 Thread Richard GRENON

Thanks, Adriano.

This seems to be a very good idea. I could attach a Programmable Filter 
script after my Surface flow filter.
My script should first create the data file with an append status so 
that it would not be overwritten at each animation step, then it should 
output the Surface Flow point value at each step. So maybe two 
Programmable Filter scripts? The first one before the animated Clip 
filter to create the output file, the second after the Surface flow 
filter. Maybe a pipeline like that:


- Programmable Filter 1 : Creates the output file with append status. 
Should execute once!

- Animated Clip : X coordinate of the cutting plane origin is animated.
- Surface Flow filter: performs integrations and gives a Surface Flow 
point value.
- Programmable Filter 2: write the Surface Flow value. Should execute 
at each animation step.


I will try to do that, but I am not very easy with Python, so if someone 
can help me to write these two scripts, thanks in advance.


Richard.

Adriano Gagliardi wrote:

Could you put together a Programmable Filter script that can execute and
write out the data you want as the clip is animated? 



===

Adriano Gagliardi MEng PhD
Business Sector Leader
Computational Aerodynamics
Aircraft Research Association Ltd.
Manton Lane
Bedford

Tel: 01234 32 4644
E-mail: agaglia...@ara.co.uk
Url: www.ara.co.uk 
-Original Message-

From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org]
On Behalf Of Richard GRENON
Sent: 30 November 2010 15:00
To: Biddiscombe, John A.
Cc: paraview@paraview.org
Subject: Re: [Paraview] Saving integrated data on an animated slice

Thanks, John, but I don't know how to use this. Does it need some code
writing?
I cannot compile PV and I was wondering if saving data from each step of an
animated clip on static objects was possible with the last PV 381 binaries.
Is there any filter, or maybe Python script to do that? I tried to play the
animation in a Python script and use CreateWriter as found on a Wiki page,
but it does not work (CreateWriter seems to be for future PV 3.9).

Richard

Biddiscombe, John A. wrote:
  

vtkExtractDataOverTime
  


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


**
This email contains information that is private and confidential and is 
intended only for the addressee.
If you are not the intended recipient please delete it and notify us 
immediately by e-mailing the sender.
Note: All email sent to or from this address may be accessed by someone other 
than the recipient, for
system management and security reasons.
Aircraft Research Association Ltd.  Registered in England, Registration No 
503668 Registered Office:
Manton Lane, Bedford MK41 7PF England VAT No GB 196351245

**


  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] GUI bug: Error message when moving the cursor on the menu bar

2010-11-29 Thread Richard GRENON

Hi, Pat.

I am using the PV 381 Windows version with Vista Home Premium SP2 on a 
Toshiba Satellite X200 laptop with a Synaptics Touchpad. No mouse is 
connected and I did not use any Windows accessibility feature. The bug 
occurs both when I click on the left button of the touchpad or when I 
hit the touchpad to simulate a mouse click. This is not really a 
blocking bug, but it's just annoying because it rises the Output 
Messages window.


pat marion wrote:
Do you have any Windows Accessibility features enabled in the Windows 
control panel, or are you using a tablet?


Pat


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Normals consistency on a Multi-block dataset of surfaces

2010-11-26 Thread Richard GRENON

Hello all.

Could someone tell me if there is a simple way to get Normals 
consistency over a multi-block dataset that contains only structured 
surfaces grids?


Here is my problem: I have a multi-zone Tecplot file that contains the 
skin of the right part of an aircraft, so the skin is NOT closed in the 
symmetry plane. The skin is a collection of structured IxJ ordered 
surface grids. The orientation of the surface grids are not consistent, 
some grids having normals pointing outward, other grids having normals 
pointing inward, and I need all normals pointing the same direction for 
Surface Flow integration.


The Tecplot reader gives a multi-block dataset and I am using these 
filters for rendering:


Tecplot reader-Extract Surface-Generate Surface Normals

The Generate Surface Normals filter is used with Consistency property on 
(the default).


Also rendering with light is OK, adding the NormalGlyph filter shows 
that normals are still inconsistent, each surface grid keeping its 
orientation, and using the Surface Flow filter with any vector gives bad 
results.


Thank you in advance for any suggestion.

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] camera position

2010-11-26 Thread Richard GRENON



Hello everyone,

Who knows how can I know current camera position in ParaView?

You may click on the Adjust Camera button which is the rightmost 
button of the left group of buttons in the bar above the 3D window. It 
opens the Adjust Camera window where you can see and save the current 
camera parameters.


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] GUI bug: Error message when moving the cursor on the menu bar

2010-11-26 Thread Richard GRENON

Hello everybody.

Here I am again, but for a very annoying bug in the GUI of the PV 3.8.1 
Windows 32 bits version:
When I click on a menu item, for instance the Filter item,  its list 
of options appears. That's OK! Now if I don't make a choice in this 
options list and I move the cursor above the next item (Tools) or the 
previous item (Sources) without clicking again, the options list of 
the new item appears, but the Output messages window is shown with 
this error message:


QAccessibleWidget::rect: This implementation does not support 
subelements! (ID  X unknown for QMenuBar)


where X is a number depending of the item where the cursor is.

If I click on Filters and if I move the mouse over Tools, Macros, 
and Help, I get three error messages with X being 6, 7 and 8 respectively.


This very annoying bug is on PV 3.8.1 Windows Vista 32 bits Premium Home 
edition. Each item on the main menu bar is concerned.


There is no such problem with PV 3.8.1 Linux 64 bits.

Regards

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Skinfriction, streamlines etc

2010-09-16 Thread Richard GRENON

Hello,

If you want to use LIC, remember that the LIC plugin is not loaded by 
default, at least with PV 3.8.0.

When starting Paraview, choose in the menu Tools-Manage plugins.
That opens a new window, and the right panel Local plugins should show 
all available plugins in your install. Select Surface LIC if its 
property is Not Loaded, click the Load Selected button, then click 
on the Close button.
You will have to do that each time you start PV and need LIC, but you 
may want LIC to be automatically loaded when you start PV: click the + 
sign on the left of Surface LIC in the Local plugins panel, then 
check the Auto Load box.


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Problems with Surface LIC

2010-09-03 Thread Richard GRENON

Hi all.

I have often read here that reverting to older GPU drivers solves LIC 
problems.  Updating a GPU driver is supposed to improve the GPU 
performance. So if you have a driver that makes LIC work, I am wondering 
why LIC may fail when updating to the newest GPU drivers? Are those 
newest drivers some beta versions, or does LIC use some OpenGL features 
that are considered as obsolete by the GPU developpers ?


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Problems with Surface LIC

2010-09-03 Thread Richard GRENON

David E DeMarle wrote:

GPU drivers are frequently buggy. It is one of the reasons why they
come out so frequently.
  

Thank you for the answer.
So the GPU rule seems to be: When you have got a good driver for LIC, 
please don't update it! :D
These are not good news for people depending on system administrators 
who may have planned periodic GPU updates (although the period between 
two updates may be very long!) and may have other priorities than 
searching for the best driver to make a given software run, especially 
if this is only for a few number of more or less obsolete workstations.

This promises again sweat, blood an tears for some poor LIC users... :D
But indeed, LIC is a great plugin. I got some pretty pictures on some 
workstations and on my home computer (with a good driver!). The LIC 
developers have made a good job, and I hope they will be able to 
increase its robustness in the future releases.


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Reading several Tecplot files at a time

2010-07-19 Thread Richard GRENON

Thank you Berk for this useful script.

I had just to modify this line:

r.FileNames = full path/myfile%d.tp % tp

In fact, it must end with % i which is the index of the loop, not with 
% tp.
And finally a remark: before building the Tecplot files names, it must 
be kept in mind that the index of the loop starts from 0, not from 1.


I first tried this script with only three files (myfile0.tp, myfile1.tp, 
myfile2.tp). I get many Warning messages from the Proxy manager, but it 
works. The geometry is not visible after running the script, although it 
contains the Show command and the eye in the pipeline is not greyed, 
but it becomes visible when I select the Reset button in the Toolbar.
All I have to do now is simply to rename my 300 files that actually 
don't have following numbers inside their name.


Thanks again.

Richard.

Berk Geveci wrote:

This is an interesting challenge. Currently, there is no way of having a reader
load multiple files as multiple blocks. You can do time series but not blocks.
The following would have achieved that:

  

reader = TecplotReader(FileNames=['myfile001.tp','myfile002.tp'])



There is a (slightly hackish) way of achieving what you want. Try the
following script:

from paraview import servermanager as sm
readers = []
for i in range(300):
r = sm.sources.TecplotReader()
r.FileNames = full path/myfile%d.tp % tp
readers.append(r)
g = GroupDatasets()
g.Input = readers
Show(g)

Ignore the resulting errors. What I did here is to use the low level
ParaView Python API to create 300 readers but not show them in
the GUI. I then used the group filter to create multi-block from all
of them. This will probably be somewhat slow to execute and also
you won't be able to save a working state out of this.

Make sure to adjust the line that sets the filename. My code
would create filenames like myfile1.tp, myfile10.tp. You'll need
some extra logic to add the leading zeros in indices.

-berk

On Fri, Jul 16, 2010 at 7:12 AM, Richard GRENON richard.gre...@onera.fr wrote:
  

Hello, all.

I have a multi-block geometry described by many Tecplot files, one Tecplot
file for each block (myfile001.tp, myfile002.tp...). Of course, I can copy
the mono-block files into one Tecplot multi-block file before running
Paraview, but the data may be huge (more than 300 file for 2 Gb) and I need
enough disk space for the copy. So I would like to load all these mono-block
files in Paraview with one interaction and get the the full geometry into
one Multi-Block dataset.

Using the GUI to open the files, if I select in the browser the generic name
myfiles...tp in the line beginning with the + sign, only the first file
'myfile001.tp' is loaded, and if I select the + sign to see all files, I can
select only one file at a time.

I tried also the embedded Python shell. The TecplotReader is available and
expects several files because it must be used with the FileNames keyword
ending with an s. Loading one file works:



reader = TecplotReader(FileNames='myfile001.tp')
Show(reader)
Render()
  

Trying with two file names fails:


reader = TecplotReader(FileNames='myfile001.tp','myfile002.tp')
  

File console, line 1

SyntaxError: non-keyword arg after keyword arg (console, line 1)


Finally, trying a generic name gives no error:


reader = TecplotReader(FileNames='myfile*.tp')
Show(reader)
Render()
  

But there is nothing in the 3D window, and the object inspector shows NA for
number of cells, points...

I browsed the PV 3.8.0 sources but I could not find anything related to
TecplotReader in the available py files. I can find only the c++ file for
this reader, but this does not help me. Does anyone know what is the Python
TecplotReader syntax to load multiple files?

Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview






  


--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Reading several Tecplot files at a time

2010-07-16 Thread Richard GRENON

Hello, all.

I have a multi-block geometry described by many Tecplot files, one 
Tecplot file for each block (myfile001.tp, myfile002.tp...). Of course, 
I can copy the mono-block files into one Tecplot multi-block file before 
running Paraview, but the data may be huge (more than 300 file for 2 Gb) 
and I need enough disk space for the copy. So I would like to load all 
these mono-block files in Paraview with one interaction and get the the 
full geometry into one Multi-Block dataset.


Using the GUI to open the files, if I select in the browser the generic 
name myfiles...tp in the line beginning with the + sign, only the 
first file 'myfile001.tp' is loaded, and if I select the + sign to see 
all files, I can select only one file at a time.


I tried also the embedded Python shell. The TecplotReader is available 
and expects several files because it must be used with the FileNames 
keyword ending with an s. Loading one file works:


 reader = TecplotReader(FileNames='myfile001.tp')
 Show(reader)
 Render()

Trying with two file names fails:
 reader = TecplotReader(FileNames='myfile001.tp','myfile002.tp')

File console, line 1

SyntaxError: non-keyword arg after keyword arg (console, line 1)


Finally, trying a generic name gives no error:
 reader = TecplotReader(FileNames='myfile*.tp')
 Show(reader)
 Render()

But there is nothing in the 3D window, and the object inspector shows NA 
for number of cells, points...


I browsed the PV 3.8.0 sources but I could not find anything related to 
TecplotReader in the available py files. I can find only the c++ file 
for this reader, but this does not help me. Does anyone know what is the 
Python TecplotReader syntax to load multiple files?


Best regards.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] 3.8 RC2 binaries: still a bug in line charts

2010-05-11 Thread Richard GRENON

Marcus D. Hanwell wrote:
On Mon, May 10, 2010 at 4:54 AM, Richard GRENON 
richard.gre...@onera.fr mailto:richard.gre...@onera.fr wrote:


Hello

I have just tested the 3.8 RC2 binaries (Linux 64). If some 3.8
RC1 bugs have been solved in line charts (points 1 and 2 in my
previous mail about 3.8 RC1 regression in line chart), it is still
impossible to change the default bottom-left axis system for
another system with top or right axis.

Hi Richard,

I committed some fixes for this in ParaView/VTK master, the commit IDs 
are in the bug report notes,


http://www.paraview.org/Bug/view.php?id=10387

The patch is quite big, and so we will have to wait until the 3.8.2 
release to integrate them (it will be one of the first changes to be 
merged after the final tagging for ParaView). So in the short term I 
will remove those elements from the display panel for the line charts, 
and add them back in once the 3.8 branch has tagged.


It was necessary to refactor quite a lot of the logic in the 
vtkChartXY class to deal with effectively having four plots in each 
chart, manage four transforms, and sharing axes between the up to four 
plots. Please let me know if you experience further issues after 
applying the changes.


Thanks,

Marcus
--
Marcus D. Hanwell, Ph.D.
RD Engineer, Kitware Inc.
(518) 881-4937 

Hi Marcus.

Thank you for this answer. I will wait for the 3.8.2 release before 
testing line chart again and I will continue to test other features in 
3.8.0 RC2.


Richard

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Missing Help files on 3.8.0 RC1 Windows

2010-04-22 Thread Richard GRENON

Hello,

I found that some help file are missing in the OnLine help of PV 3.8.0 
RC1 Windows distribution

- ParaViewSources.html
- ParaViewFilters.html
- ParaViewReaders.html
- ParaViewWriters.html
All these help files are in the Linux distribution. Could you fix that 
for the final 3.8.0 release?


Best regards.

Richard

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] 3.8 RC1 regression in line chart ?

2010-04-22 Thread Richard GRENON

Hello, here is me again.

I have found some kind of regression with the line charts (XY plots) in 
PV 3.8 RC1:
First, loading a very simple csv file with three columns (named P, R and 
T), then using filter PlotData:


1. the XY windows comes with the top VARIABLE box unchecked and all my 
variables (P, V, T) boxes checked in the Line Series panel of the 
Display tab, but the XY window remains empty until I check the top 
VARIABLE box. The default X axis is the Row ID. OK.


2. Now I want to use one of my three data arrays as the X axis: I select 
the radio-button and the first variable P is selected by default on the 
list-box. OK, this is the variable I want on the X axis, but I get many 
error messages because No X column is set (index 0). I have to select 
another X axis variable, then to come again on the P variable. No more 
error, but the X axis remains scaled with the Row ID values! I have to 
uncheck a variable in the line series panel and to check it again to 
obtain the correct P values on the X axis. Finally I get my three curves 
and I can change the X axis variable as I want.


3. All variables are scaled by default with the bottom-left axis system 
and I want to scale one of the variables on the right axis. I select one 
variable in the Line series panel and I try to change the default 
bottom-left Chart Axes for bottom-right or top-right axis system. 
Nothing happens: the top and right axis don't appear and all variables 
remain scaled on the bottom-left axis system. I can change some 
attributes of the variable (Line thickness, Line Style, Marker), but not 
the Chart Axes, although it was possible to change the Chart Axes with 
PV 3.6.2.


I attach the very small csv file that I used for my tests.

Regards.

Richard

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

P,R,T
0,1,2
2,3,4
4,2,6
6,5,5
8,4,3
10,3,1
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV3.8.0 RC1 LIC and VisIt plugins

2010-04-19 Thread Richard GRENON

Richard GRENON wrote:

John Patchett wrote:

Hi Richard,
I diagnosed a problem yesterday on both a Fedora 11 and Fedora 12 box
with NVidia Graphics Cards where ParaView 3.8 would go to lunch
connecting with  gdb we noted each time it was in an OpenGL call.
I replaced the NVidia 195.36.15 driver with 185.18.31 and haven't had
a problem since...

Your problem sounds very similar.

--John.
OK, the problem is solved: PV3.8 LIC plugin works on our most recent 
Linux workstations. I have to convince my boss to replace my old one. 
Thank you all for your answers.


Richard.

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV3.8.0 RC1 LIC and VisIt plugins

2010-04-16 Thread Richard GRENON

Hello

Two questions about PV3.8.0 RC1:

1. Is there somewhere a how to about using the LIC plugin?

Using my own data with a simple 3D structured grid (vts) that has 
vectors, I extract a 2D grid, then I try to apply the LIC on 2D 
structured grid filter and PV crashes!


Then, trying to reproduce the picture that is on the PV 3.8 news page, 
I read the disk file, extract a contour, then try to view it as Surface 
LIC and PV freezes!


2. VisIt plugin: there are two VisIt plugins, one in the plugins folder, 
one in the lib folder. Which one is the good one?


Best regards

--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


  1   2   >