[Paraview] Opacity functions

2015-03-02 Thread Colin McAuliffe
Hi all, I would like to make some areas appear transparent depending on a threshold value of a damage parameter. This is no problem if the plot is colored by the damage parameter. However, I am wondering if it is possible to have the opacity set by the damage parameter while the plot is colored by

Re: [Paraview] [EXTERNAL] Opacity functions

2015-03-02 Thread Colin McAuliffe
Thank you Alan, this filter definitely works for what I want. I also tried to use a clip filter with a scalar and the final result appears a little bit smoother than the threshold filter. On Mon, Mar 2, 2015 at 8:46 PM, Scott, W Alan wasc...@sandia.gov wrote: The most transparent you can make

Re: [Paraview] [EXTERNAL] Opacity functions

2015-03-02 Thread Scott, W Alan
The most transparent you can make a cell is to just remove it. Try using the threshold filter, and threshold on damage? Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Colin McAuliffe Sent: Monday, March 02, 2015 5:03 PM To: ParaView Subject: [EXTERNAL] [Paraview]

[Paraview] How to check for duplicate nodes ?

2015-03-02 Thread houssen
Hello, I have data (nodes and cells like HEXA8) on screen (open xmdf data) : how to check for duplicate nodes ? Thanks, Franck ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
Dear paraview users,I have a question over the use of Annotate time filter in Paraview. I have a paraview script that read netcdf data which has time axis given as days since 1970-01-0100:00 (Epoch Time). This gives problem if I want to show the real time of the data in the animation window.

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
But how do I do it? Can you explain the steps please? RegardsMadalena From: felipe.bor...@ec-nantes.fr Date: Mon, 2 Mar 2015 14:18:06 +0100 CC: paraview@paraview.org Subject: Re: [Paraview] Annotate time filter - regard real time you can use the python programable filter to create a field data

Re: [Paraview] make an animation movie

2015-03-02 Thread Dang, Christophe
Hello, De : ParaView [mailto:paraview-boun...@paraview.org] De la part de Ehsan Khalili Envoyé : lundi 2 mars 2015 14:17 Now I want to produce an animation movies for my moving grid mesh and vortexes You can create several files, one per step time, and give them the same name except a

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu Weldt
you can use the python programable filter to create a field data with the date (in string) and use a annotate field data filter. Felipe Le 27 févr. 2015 à 14:50, Madalena S. Malhadas nenasan...@hotmail.com a écrit : Dear paraview users, I have a question over the use of Annotate time

[Paraview] make an animation movie

2015-03-02 Thread Ehsan Khalili
Hi, I am a PhD candidate working on Numerical modelling of Fluid Structure Interaction. The code I am working with has been written in Fortran 90. Since I needed multi blocks for my grid domain, I implemented MPI in the code til the blocks have interaction with each other. For writing the data

Re: [Paraview] Anti-Aliasing in SaveScreenshot

2015-03-02 Thread Moreland, Kenneth
Niklas, I realize this does not answer your question at all (I don't know the answer) but have you considered using the Export Scene utility (the ExportView function in Python) to create a pdf file? That will create the plot using vector graphics, which will look better than the png with or

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
Thank you very much! I will test now. Kind regards Date: Mon, 2 Mar 2015 16:46:32 +0100 From: felipe.bor...@ec-nantes.fr CC: paraview@paraview.org Subject: Re: [Paraview] Annotate time filter - regard real time -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Paraview] Save 2 views as animations/images in same layout

2015-03-02 Thread Stephen Wornom
Madalena S. Malhadas wrote: Dear all, I have a script that animate two views in same layout. The Scritp run fine, but apears to have a problem saving one single image formed by the 2 views. I made a

Re: [Paraview] Save 2 views as animations/images in same layout

2015-03-02 Thread Madalena S. Malhadas
I use the PV 4.3. There is no reason to write a new script, it was a result from testing suggestions regarded in the samples provided in the menu. Can you provide me the correct code to test in my computer/PV version? Madalena Date: Mon, 2 Mar 2015 17:25:32 +0100 From: stephen.wor...@inria.fr

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 to generate a string from you field data (using a ProgrammableFilter): script: pdo = self.GetOutput(); pdo.ShallowCopy(self.GetInput()); a = self.GetInput().GetInformation().Get(pdo.DATA_TIME_STEP()); # this is your convertion routine time_label =

[Paraview] Anti-Aliasing in SaveScreenshot

2015-03-02 Thread Niklas Karcher
Hi, I am using the pvbatch tool to generate plots. I ran into an issue where the SaveScreenshot method used in the pvbatch python script apparently does not use any anti-aliasing (see Python.png attachment). If I use the SaveScreenshot method inside of Paraview from the menu the result is

Re: [Paraview] Save 2 views as animations/images in same layout

2015-03-02 Thread Madalena S. Malhadas
Dear all,I have a script that animate two views in same layout. The Scritp run fine, but apears to have a problem saving one single image formed by the 2 views. I made a simple test by running the trace in paraview, creating and saving to views. Follow the example below and the output

Re: [Paraview] VTK parallel unstructured grid and halo elements

2015-03-02 Thread Berk Geveci
The only way to do this currently is to use the threshold filter to remote the halo nodes. Best, -berk On Fri, Feb 27, 2015 at 6:32 AM, Louie Cardone-Noott louie.cardone-no...@linacre.ox.ac.uk wrote: Hi Berk, Thanks for your reply. Yes that does sound like what I need to do. Shouldn't the