[Paraview] question-filter

Megdich Islem megdich_islem at yahoo.fr
Tue Jan 10 17:03:10 EST 2017


Hi,
I just went back working on this project, the integratevariable filter is sloving my problem and giving nice results. Thank you very much for the help.
Regards,islem 

    Le Jeudi 7 avril 2016 15h23, Favre Jean <jfavre at cscs.ch> a écrit :
 

 #yiv0363527107 P {margin-top:0;margin-bottom:0;}I recommend using the IntegrateVariables filter which will give the correct answer for wedges and pyramids. The output is put into an unstructured mesh with a single vertex cell, holding the "Volume" in its Cell Data. The implemented is in vtkIntegrateAttributes which triangulates the non-trivial cells into tetrahedra, performing the sum of all volumes within the cell.
 
The reason you get a -1 using the python calculator can be linked to the implementation of vtkCellQuality returning this->GetUnsupportedGeometry() (equal to -1) for wedges and pyramids.

-----------------
Jean

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170110/7979734f/attachment.html>


More information about the ParaView mailing list