MantisBT - VTK
View Issue Details
0007177VTK(No Category)public2008-06-09 11:152016-08-12 09:54
Alexey NNOV 
Berk Geveci 
normalcrashrandom
closedmoved 
 
 
0007177: Bad implementation of the vtkQuadraticHexahedron::Contour functionality
On meshes with Quadratic Hexahedrons execution of vtkContourGrid filter is unpredictable (might crash and might not).
There is a corresponding patch for VTK/Filtering/vtkQuadraticHexahedron.cxx -

147,150c147,148
< for (i=0; i<8; i++)
< {
< this->CellData->CopyData(inCd,cellId,i);
< }
---
> this->CellData->CopyData(inCd,cellId,0);
>
363c361
< this->PointData,outPd,this->CellData,i,outCd);
---
> this->PointData,outPd,this->CellData,cellId,outCd);
No tags attached.
Issue History
2008-06-09 11:15Alexey NNOVNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2014-10-04 20:45Berk GeveciAssigned To => Berk Geveci
2014-10-04 20:45Berk GeveciStatusexpired => backlog
2014-10-04 20:45Berk GeveciResolutionopen => reopened
2016-07-06 12:14Berk GeveciNote Added: 0036193
2016-08-12 09:46Kitware RobotNote Added: 0036694
2016-08-12 09:46Kitware RobotStatusbacklog => expired
2016-08-12 09:46Kitware RobotResolutionreopened => moved
2016-08-12 09:54Kitware RobotNote Added: 0036986
2016-08-12 09:54Kitware RobotStatusexpired => closed

Notes
(0036193)
Berk Geveci   
2016-07-06 12:14   
Bumping
(0036694)
Kitware Robot   
2016-08-12 09:46   
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.
(0036986)
Kitware Robot   
2016-08-12 09:54   
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.