View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010341VTK(No Category)public2010-02-26 10:412016-08-12 09:55
ReporterThomas F Albrecht 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010341: Negative Tetraheder Volumes in vtkMeshQuality
DescriptionSimilar 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
Additional InformationIn 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.
TagsNo tags attached.
Project
Type
Attached Filescxx file icon vtkMeshQuality.cxx [^] (40,931 bytes) 2010-02-26 10:41

 Relationships

  Notes
(0037147)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-02-26 10:41 Thomas F Albrecht New Issue
2010-02-26 10:41 Thomas F Albrecht File Added: vtkMeshQuality.cxx
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037147
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team