Re: [Paraview] [vtkusers] Rotating ImageData from vti file

2012-04-13 Thread Cory Quammen
Christopher, You didn't say exactly what you want to do with such rotated data, so I'll make a leap and assume you just want to display it in ParaView. If that's the case, then within ParaView, you can set a transform on a data object by selecting the object in the pipeline browser, selecting

Re: [Paraview] [vtkusers] Rotating ImageData from vti file

2012-04-13 Thread Christoffer Green
Thank you for the suggestion. The reason for needing rotated data is that we have one application that handles images from magnetic resonance cameras, these images come in the form of 3d (and time resolved) volumes and 2d planes. We also have another application (based on paraview) that is used

Re: [Paraview] calculator gives incorrect results for multiblock datasets

2012-04-13 Thread Sebastien Jourdain
Hi Paul, I add a bug entry for that here http://www.paraview.org/Bug/view.php?id=13088 as I didn't manage to look into it this week... Seb On Mon, Feb 13, 2012 at 9:34 AM, Edwards, Paul paul.edwar...@rolls-royce.com wrote: Hi, ** ** The calculator gives incorrect results for

Re: [Paraview] xdmf writer in parallel

2012-04-13 Thread David E DeMarle
I vaguely recall that it won't work in parallel because we don't use the parallel flavor of hdf5, and because we didn't want to automatically gather before writing in serial. John Biddiscombe, does this sound right to you? David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton

[Paraview] paravire crashed when dumping images during saving animation

2012-04-13 Thread Pei-Ying Hsieh
Dear Paraview experts, I am wondering whether there is a solution to this problem. I have completed a transient CFD analysis.  It contains a large dataset.  When I tried to saved the images of animation, Paraview crashed.  Paraview sometimes saved 50 images, sometimes saved 80 images, but,

Re: [Paraview] paravire crashed when dumping images during saving animation

2012-04-13 Thread Utkarsh Ayachit
What version of ParaView are you using? Are you using OSMesa, Offscreen rendering? Are you saving animations with pvpython or from the GUI? Is this client-server or builtin configuration? Utkarsh On Fri, Apr 13, 2012 at 11:37 AM, Pei-Ying Hsieh phsieh2...@yahoo.comwrote: Dear Paraview experts,

Re: [Paraview] ParaView Digest, Vol 96, Issue 41

2012-04-13 Thread Pei-Ying Hsieh
-- An HTML attachment was scrubbed... URL: http://www.paraview.org/pipermail/paraview/attachments/20120413/a85c3e9d/attachment.html -- Message: 2 Date: Fri, 13 Apr 2012 11:39:07 -0400 From: Utkarsh Ayachit utkarsh.ayac...@kitware.com Subject: Re: [Paraview] paravire

[Paraview] Recommended Data Format

2012-04-13 Thread Truman Ellis
I am working on an academic Discontinuous Petrov-Galerkin finite element code and would like to output to a Paraview readable format, but there are so many options, I'm not sure where to start. So I am looking for some recommendations. Our requirements are as follows. Our code makes heavy use of

Re: [Paraview] paravire crashed when dumping images during saving animation

2012-04-13 Thread Pei-Ying Hsieh
Hi, Utkarsh, Thanks for the reply! What version of ParaView are you using? 3.12.0 64 bit Are you using OSMesa, Offscreen rendering? I am not sure.  How can I find out? Are you saving animations with pvpython or from the GUI? Form GUI. Is this client-server ? NO. Pei-Ying

Re: [Paraview] Recommended Data Format

2012-04-13 Thread Samuel Key
Truman, It appears to me that EnSight-formatted result file-sets can do two things: 1) Provide ParaView with a different mesh at each time (or load) step 2) Provide partial data to points and finite elements (ie, cells) Though I have used

Re: [Paraview] Fw: Paraviewweb

2012-04-13 Thread Utkarsh Ayachit
Attached is a simple python script that shows how to make a selection for cell visible cells through Python. You can use something similar to setup a plugin for ParaViewWeb to make your selections and set them up. Utkarsh On Tue, Apr 10, 2012 at 9:27 AM, Utkarsh Ayachit

Re: [Paraview] Paraview bug with openFoam for oilflow with surface LIC

2012-04-13 Thread Utkarsh Ayachit
Sorry, I'm not sure exactly how to reproduce this. With git-master (which should be same as 3.14. for the most part), I don't seem to have issues picking the vector field to use on the display tab. On Thu, Apr 12, 2012 at 3:42 PM, Lorenzo lovecraf...@gmail.com wrote: Sorry, I've should have

Re: [Paraview] xdmf writer in parallel

2012-04-13 Thread Biddiscombe, John A.
Dave et al, The XdmfWriter in paraview won't write in parallel. The main reason being that the hyperslab assignment just isn't implemented for a dataset which is split into pieces, and for a multiblock dataset there is no provision to write one block per dataset into the file. We implemented