Re: [Paraview] .vtp file

2011-08-15 Thread David E DeMarle
Are you sure you saved the output of the transform filter instead of the output of the reader? Click in the pipeline browser and save on one and then the other then compare the two files to be sure. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone:

[Paraview] Xdmf data duplication

2011-08-15 Thread Paul Melis
Hi, With a dataset stored in Xdmf I get an interesing data duplication result. The set consists of 55296 points, each with associated scalar and vector values. See below for the XML file and HDF5 layout. It loads fine when running PV standalone. But when loading this set on a parallel PV server

Re: [Paraview] Xdmf data duplication

2011-08-15 Thread Paul Melis
On 08/15/2011 04:17 PM, Paul Melis wrote: With a dataset stored in Xdmf I get an interesing data duplication result. The set consists of 55296 points, each with associated scalar and vector values. See below for the XML file and HDF5 layout. [...] ?xml version=1.0? Xdmf Domain

Re: [Paraview] Programmable filter in parallel

2011-08-15 Thread Sean Ziegeler
David, Well, if I don't set the extent translator, it obviously duplicates all the points by p (where p=# of processes). However, the Z extents get updated to the new scaled z points. If I do set the extent translator, it fixes the duplication, but the Z extents do not get updated. I've

Re: [Paraview] Xdmf data duplication

2011-08-15 Thread Utkarsh Ayachit
That sounds like a bug. Can you share the dataset? I can send you an url you can use to upload the dataset directly to us. Utkarsh On Mon, Aug 15, 2011 at 10:54 AM, Paul Melis paul.me...@sara.nl wrote: On 08/15/2011 04:17 PM, Paul Melis wrote: With a dataset stored in Xdmf I get an interesing

[Paraview] git update instructions

2011-08-15 Thread David Doria
I have not updated ParaView in a while. I followed the instructions here: http://www.vtk.org/Wiki/ParaView/Git/Download and did a 'git pull origin master' followed by a 'git submodule update'. However, when I then configure, I get: CMake Error at CMake/ParaViewCommon.cmake:520

Re: [Paraview] git update instructions

2011-08-15 Thread David E DeMarle
git submodule init That needs to happen to tell update that there is a new module to grab. Once called it doesn't have to be called again unless another submodule is added. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On

Re: [Paraview] git update instructions

2011-08-15 Thread Tim Gallagher
Or, you can do it in one step (and alias it back to git submodule update, if you would really like to): git submodule update --init This will update all modules and init any that are new. Tim - Original Message - From: David E DeMarle dave.dema...@kitware.com To: David Doria