[Paraview-developers] SOADataArray Templates and Catalyst fail to work

Andy Bauer andy.bauer at kitware.com
Thu Sep 8 10:44:52 EDT 2016


In regards to the issue with the incorrect results for the Live connection,
my best guess is that it has to do with the data being marshaled onto
process 0 before being sent out. Based on your emails I think I can
replicate the issue on my end without too much difficulty.

Thanks,
Andy

On Thu, Sep 8, 2016 at 10:24 AM, David Lonie <david.lonie at kitware.com>
wrote:

> On Thu, Sep 8, 2016 at 3:46 AM, Staufer, Max
> <Max.Staufer at rolls-royce.com> wrote:
> > On that front, what is the role of maxid in a multiprocessor scenario ?
>
> MaxId is simply how the vtkDataArrays store the size of the data. It's
> the highest 0-based index that can be accessed in the array.
>
> For example, an array with 1 component and 1 tuple has a MaxId of 0
> (array length = 1). A 3 component, 1 tuple array has a MaxId of 2
> (length = 3), a 3 comp, 3 tuple array has a MaxId of 8 (9 valid
> elements), etc.
>
> Dave
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160908/4395a5b1/attachment.html>


More information about the Paraview-developers mailing list