[Paraview] XDMF/HDF5 reader memory usage

2010-05-03 Thread Tobias Brandvik
Hi all, I'm experiencing some strange behaviour with the XDMF reader when trying to create an animation of the data contained in a set of HDF5 files. My approach is as follows: 1. One XDMF file which is a temporal collection containing links to a list of other XDMF files 2. One XDMF file for

[Paraview] Optional input and Change input behaviour

2010-05-03 Thread Jérôme
Hi, I wrote a filter with 3 inputs, one being optional. The first time I update the filter, if I don't set any input to the optional one, all is ok. Then I Change input from the pipeline browser, set an input to the optional one. All is ok as well. Problem is: I want my optional input back to no

Re: [Paraview] ParaView 3.8.0 RC2 Available for download

2010-05-03 Thread Dave Partyka
Hi Michael, The links should be working now. Thanks for catching the extraneous repository files, I had hidden files not visible and forgot to remove them. I just cleaned up both source packages and re-uploaded them to the download page. On Sun, May 2, 2010 at 7:04 AM, Michael Wild

Re: [Paraview] ParaView 3.8.0 RC2 Available for download

2010-05-03 Thread Dave Partyka
Weird, Does 3.6.2 not work on that machine as well? I did both builds with the same machine/compilers. On Sun, May 2, 2010 at 2:42 PM, pat marion pat.mar...@kitware.com wrote: Hi, Testing ParaView-3.8.0-RC2-Linux-x86_64 on a clean install of Ubuntu 10.4, pvpython and pvbatch have a

Re: [Paraview] ParaView 3.8.0 RC2 Available for download

2010-05-03 Thread Takuya OSHIMA
Hi, I also confirm the same problem on a clean install of Ubuntu 10.04 64bit, though 3.6.2 works on the machine. The depending library is libvtkPVPython.so. Since libdc1394_control.so.13 is listed around the video codec libraries if I run objedump over the .so file, I have a vague intuition that

Re: [Paraview] tetgen mesh

2010-05-03 Thread wastrel
Hi Andy, Thanks for your reply. It seems pretty similar. I can merge the outputs (element and node files) from Tetgen and then give a try to the plug-in you developed. Let me know if you are interested for sharing. Below is my guess on the mesh file format. Is it right? E4T(Element type)

Re: [Paraview] Python - Get Information Properties

2010-05-03 Thread Sebastien Jourdain
You should be able to call this method directly on your proxy object that own your dataset such as a filter of a reader. extent = data.GetDataInformation().GetExtent(); Seb On Mon, May 3, 2010 at 4:07 PM, Christian Werner christian.wer...@rwth-aachen.de wrote: Hi! Is there a way to access