Re: [Paraview] Programmable filter in parallel

2011-08-23 Thread David E DeMarle
somewhere else, but I can't seem to find them! Tim - Original Message - From: David E DeMarledave.dema...@kitware.com To: gtg0...@mail.gatech.edu Cc: ParaView listparaview@paraview.org Sent: Thursday, August 11, 2011 9:54:24 AM Subject: Re: [Paraview] Programmable filter

Re: [Paraview] Programmable filter in parallel

2011-08-15 Thread Sean Ziegeler
DeMarledave.dema...@kitware.com To: gtg0...@mail.gatech.edu Cc: ParaView listparaview@paraview.org Sent: Thursday, August 11, 2011 9:54:24 AM Subject: Re: [Paraview] Programmable filter in parallel ParaView tries to do no aggregation other than rendering onto the same screen. Each processor is told what portion

Re: [Paraview] Programmable filter in parallel

2011-08-12 Thread David E DeMarle
: ParaView listparaview@paraview.org Sent: Thursday, August 11, 2011 9:54:24 AM Subject: Re: [Paraview] Programmable filter in parallel ParaView tries to do no aggregation other than rendering onto the same screen. Each processor is told what portion it is responsible for via the UPDATE_EXTENT

Re: [Paraview] Programmable filter in parallel

2011-08-11 Thread David E DeMarle
in parallel, so I'm not sure how it all works. Tim - Original Message - From: Tim Gallagher tim.gallag...@gatech.edu To: ParaView list paraview@paraview.org Sent: Wednesday, August 3, 2011 9:24:25 AM Subject: [Paraview] Programmable filter in parallel Hi, I know many of the built

Re: [Paraview] Programmable filter in parallel

2011-08-11 Thread Tim Gallagher
:54:24 AM Subject: Re: [Paraview] Programmable filter in parallel ParaView tries to do no aggregation other than rendering onto the same screen. Each processor is told what portion it is responsible for via the UPDATE_EXTENT or UPDATE_PIECE/UPDATE_NUMBER_OF_PIECES keys and are supposed to only

Re: [Paraview] Programmable filter in parallel

2011-08-11 Thread David E DeMarle
: ParaView list paraview@paraview.org Sent: Thursday, August 11, 2011 9:54:24 AM Subject: Re: [Paraview] Programmable filter in parallel ParaView tries to do no aggregation other than rendering onto the same screen. Each processor is told what portion it is responsible for via

[Paraview] Programmable filter in parallel

2011-08-03 Thread Tim Gallagher
Hi, I know many of the built-in readers/filters already work in parallel, but how does one write a parallel programmable filter? Our data files are XDMF and split into blocks of data. We have a single XDMF file that we can read that reads all the blocks and generates a vtkMultiBlockDataset

Re: [Paraview] Programmable filter in parallel

2011-08-03 Thread Tim Gallagher
] Programmable filter in parallel Hi, I know many of the built-in readers/filters already work in parallel, but how does one write a parallel programmable filter? Our data files are XDMF and split into blocks of data. We have a single XDMF file that we can read that reads all the blocks