Re: [Paraview] ensight and parallel paraview

2010-08-06 Thread Robert Maynard
Hi Ricardo, The behavior you are seeing inside ParaView is intended. The EnSight reader in ParaView partitions each file across all nodes so that the server is always load balanced. On Thu, Aug 5, 2010 at 2:20 PM, Robert Maynard wrote: > It would be useful to have a smaller sized example dataset

Re: [Paraview] Centering data

2010-08-06 Thread David Doria
On Thu, Aug 5, 2010 at 9:10 PM, Andy Bauer wrote: > Use the calculator filter to create a vector array from the coordinates, > then point to cell data, then integrate attributes to get the result divided > by the volume/area to give the desired input to the transform filter. > > Andy In the Calcu

Re: [Paraview] Centering data

2010-08-06 Thread Andy Bauer
On Fri, Aug 6, 2010 at 9:52 AM, David Doria wrote: > On Thu, Aug 5, 2010 at 9:10 PM, Andy Bauer wrote: > > Use the calculator filter to create a vector array from the coordinates, > > then point to cell data, then integrate attributes to get the result > divided > > by the volume/area to give th

Re: [Paraview] Centering data

2010-08-06 Thread David Doria
> This seems weird.  What kind of data set do you have?  Is your data set > already centered then?  I'd think there'd be some roundoff error so that it > wouldn't be exactly 0 but a "very small number".  Do you have any > cells/what's the area result under the cell data? Sorry, I should have speci

[Paraview] NetDMFPlugin for Paraview build issues

2010-08-06 Thread Di Zou
Hi, I am tyring to build the NetDMFPlugin for paraview on Linux Red Hat 5. I have built Paraview. I am trying to build the NetDMFPlugin for Paraview. I can configure the build using cmake fine. However, when I click generate, I get this error: CMake Error in Plugins/NetDMFPlugin/CMakeLists.t

Re: [Paraview] Centering data

2010-08-06 Thread Andy Bauer
Hmm, I guess you could use the Delauney 2D or 3D to create an area or volume but it might be tough using those since they grids they create may not be a good representation of your data geometry. I can't think of anything better than a programmable filter to get the desired translation amounts and

Re: [Paraview] Centering data

2010-08-06 Thread Moreland, Kenneth
For the record, Andy's method is attempting to find the center of mass (assuming uniform density). If you just need the center of the bounds, you can go to the information panel, average the bounds in each dimension, and then do a translate transform to move that point to the origin. -Ken On

Re: [Paraview] Centering data

2010-08-06 Thread David Doria
On Fri, Aug 6, 2010 at 12:21 PM, Moreland, Kenneth wrote: > For the record, Andy’s method is attempting to find the center of mass > (assuming uniform density).  If you just need the center of the bounds, you > can go to the information panel, average the bounds in each dimension, and > then do a

Re: [Paraview] ensight and parallel paraview

2010-08-06 Thread Ricardo Reis
On Fri, 6 Aug 2010, Robert Maynard wrote: Hi Ricardo, The behavior you are seeing inside ParaView is intended. The EnSight reader in ParaView partitions each file across all nodes so that the server is always load balanced. I understand that... but if you load the same field in just one file.