[Paraview] Highlighting specific nodes as a function of time

2013-06-06 Thread Pradeep Jha
Hello, I have a NxNxN (N=512) cube data stored in multiple h5 format files for a time varying solution. I read it in Paraview using a xmf file. I am able to make a time varying movie of a particular iso-surface using the xmf file. For each time step I have a particular node, say (x*, y*, z*),

[Paraview] Set Id for unordered cells in vtkunstructeredgrid

2013-06-06 Thread Dennis Pfleiderer
Hello; im writing a paraview reader for my specific geo-file, combined with a specific solution-file.the files dont have any vtk format, only a list of floats. First I created a vtkHexahedron out of vtkpoints and than i commited the cells to an vtkunstructeredgrid. this is only a geo-file.

Re: [Paraview] Highlighting specific nodes as a function of time

2013-06-06 Thread Pradeep Jha
I think I can state my question much more simply. I have a file with data like this: 0, 241, 54, 310 6, 241, 54, 308 00012, 240, 55, 310 00018, 239, 55, 310 00024, 261, 294,

[Paraview] SelectCells function

2013-06-06 Thread David López
Hello. i,m interested in a python script to automatice the selection of several cellsIds. im trying to use the selectcells function but its seems to be wrong because its works fine if select all ids, but when i write i.e. SelectCells(27) its give severals mistakes. Id like to automatice severals

Re: [Paraview] 4.0.0-RC2 build issue

2013-06-06 Thread Utkarsh Ayachit
Cool. I have it merged into next. It'll be included in the next release candidate. Patch attached for reference. Utkarsh On Thu, Jun 6, 2013 at 8:23 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) richard.c.angelini@mail.mil wrote: Works. Thanks for the fix.

[Paraview] Texture vtml

2013-06-06 Thread Lodron, Gerald
Hi I programmed my own vtml reader because the original vrml implementation does not load texture. Now I found out that the texture coordinates are extracted correctly, only the vtkTexture object is not generated with the input image. This texture object must be passed to the actual actor, but

[Paraview] Fwd: [Xdmf] bug report

2013-06-06 Thread Felipe Bordeu
Hi, my bug went to the backlog, so now I am sending the request to the paraview mailing list. Felipe Message original Sujet: [Xdmf] bug report Date : Tue, 30 Apr 2013 14:10:42 +0200 De :Felipe Bordeu felipe.bor...@ec-nantes.fr Pour : xdmf mailing list (use with

Re: [Paraview] Highlighting specific nodes as a function of time

2013-06-06 Thread Samuel Key
Pradeep san, ParaView is capable of reading multiple results inputs; they can be the same input read twice. The 2nd, 3rd, 4th, ... inputs can all be in different formats, the inputs can be displayed in the same view or separate views. A given input can be displayed

[Paraview] display cellZone

2013-06-06 Thread Pei-Ying Hsieh
Dear Paraview experts, I selected read zone and saw the cellZones in the information tab.  How can I display these zones?  I am using 3.98.1.  Thanks! Pei-Ying ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] vtkPVSysnchronizedRenderWindows + Splitted views

2013-06-06 Thread Nikhil Shetty
Hi Stephan, On Thu, Jun 6, 2013 at 9:59 AM, Stephan Rogge stephan.ro...@tu-cottbus.dewrote: Hello, when I run ParaView and connect to pvserver with activated CAVE mode (with a full screen render window), split the main active 3D view (horizontal or vertical) and create a non-3D view (e.g.

Re: [Paraview] Highlighting specific nodes as a function of time

2013-06-06 Thread Pradeep Jha
Dear Samuel San, thank you for the response. But it didn't answer my question. I have a grid of 512x512x512 which I initiate in the xmf file using the following lines:

[Paraview] visualising Contours and flow solution

2013-06-06 Thread Бенидовский Иван
Hi all.In my program I'm dealing with flow solution on a 2d mesh and moving object(contours). On each step I have pairs of coordinates(x,y) that describe beginning or ending of a segment. I know how to write mesh and flow solution to cgns. But I don't know how to write information about contours. 

Re: [Paraview] [EXTERNAL] pause/unpause animation

2013-06-06 Thread Scott, W Alan
Woops, that is a bug. I have written up a bug report. It is number 14120. Thanks for reporting. Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of oldrich.s...@seznam.cz Sent: Wednesday, June 05, 2013 11:26 PM To: paraview@paraview.org Subject:

Re: [Paraview] Attempting to run Catalyst CFullExample

2013-06-06 Thread Andy Bauer
Hi Bill, The Catalyst examples were meant more for batch processing examples (i.e. specified output files at given intervals). I didn't test them with connecting to Catalyst and all of the Python scripts in there probably have that functionality disabled. I'm updating some of the stuff to make

Re: [Paraview] Attempting to run Catalyst CFullExample

2013-06-06 Thread Andy Bauer
Hi Bill, Running in batch mode with Catalyst should essentially be the same as running the simulation code on its own, besides adding in the Catalyst output information of course. If you're getting output files, which I thought you said you were then you're already running in batch mode. Andy

Re: [Paraview] vtkPVSysnchronizedRenderWindows + Splitted views

2013-06-06 Thread Stephan Rogge
Nikhil, thanks for clarification. You are right, I meant the multi-client mode. I looking forward for that feature. Thank you very much. Stephan Am 06.06.2013 um 20:37 schrieb Nikhil Shetty nikhil.she...@kitware.com: Stephan, On Thu, Jun 6, 2013 at 2:01 PM, Stephan Rogge

[Paraview] Deformation Magnification

2013-06-06 Thread Gamble, Kyle
UNRESTRICTED | ILLIMITÉ Hello, In my model I have small deformations. I want to be able to magnify the deformation for visualization purposes (i.e. 5, 10 or 100 times greater). I have used Ansys in the past and know it is possible to magnify the results for clarity of

Re: [Paraview] Deformation Magnification

2013-06-06 Thread David E DeMarle
Yes. Use the Scale Factor property of the Warp filter to 5,10, or 100. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jun 6, 2013 at 4:08 PM, Gamble, Kyle gamb...@aecl.ca wrote: UNRESTRICTED | ILLIMITÉ **