Dear all, I am trying to use a programmable filter that takes two other filters from different blocks as inputs. When I get each data as input (and output) separately my filter works, but when I try with both filters as input and output at the same time it crashes. Does anyone know what might be the cause?
Here the short code of the script I am using that crashes. a = inputs[0].PointData["a"] b = inputs[1].PointData["b"] output.PointData.append(a, "a") output.PointData.append(b, "b") PS: For information, I am trying doing a script that calculates wall shear stress. One of the input is the velocity gradient and the other one the normal vectors. Best regards, Gabriel Nahas -- [image: photo] *Gabriel Nahas* Master Student at École Polytechnique +33 6 38 28 29 92 <+33+6+38+28+29+92> | Skype: gabrielrezendenahas <https://webapp.wisestamp.com/#> <http://www.facebook.com/gabriel.nahas.9> <http://in.linkedin.com/in/gabriel-nahas-2566b892> ᐧ
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
