MantisBT - VTK
View Issue Details
0010341VTK(No Category)public2010-02-26 10:412016-08-12 09:55
Thomas F Albrecht 
Kitware Robot 
normalmajoralways
closedmoved 
 
 
0010341: Negative Tetraheder Volumes in vtkMeshQuality
Similar to my previously reported bug, the vtkMeshQuality filter uses a formular that may produce negative volumes for Tetrahedra.

vtkMeshQuality does not use the vtkTetra::ComputeVolume() method, but rather the v_tet_vol() from verdict.

As before, the issue is resolved by adding an fabs(), see attached file with fix in line 1394
In the verdict files themselves, v_tet_vol() is always used in conjuction with an fabs() when the actual volume is needed. It is probably only for checking orientation, that v_tet_vol() allows negative values itself.
No tags attached.
cxx vtkMeshQuality.cxx (40,931) 2010-02-26 10:41
https://www.vtk.org/Bug/file/7907/vtkMeshQuality.cxx
Issue History
2010-02-26 10:41Thomas F AlbrechtNew Issue
2010-02-26 10:41Thomas F AlbrechtFile Added: vtkMeshQuality.cxx
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037147
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037147)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.