View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007177VTK(No Category)public2008-06-09 11:152016-08-12 09:54
ReporterAlexey NNOV 
Assigned ToBerk Geveci 
PrioritynormalSeveritycrashReproducibilityrandom
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0007177: Bad implementation of the vtkQuadraticHexahedron::Contour functionality
DescriptionOn meshes with Quadratic Hexahedrons execution of vtkContourGrid filter is unpredictable (might crash and might not).
Additional InformationThere 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);
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036193)
Berk Geveci (administrator)
2016-07-06 12:14

Bumping
(0036694)
Kitware Robot (administrator)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-06-09 11:15 Alexey NNOV New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2014-10-04 20:45 Berk Geveci Assigned To => Berk Geveci
2014-10-04 20:45 Berk Geveci Status expired => backlog
2014-10-04 20:45 Berk Geveci Resolution open => reopened
2016-07-06 12:14 Berk Geveci Note Added: 0036193
2016-08-12 09:46 Kitware Robot Note Added: 0036694
2016-08-12 09:46 Kitware Robot Status backlog => expired
2016-08-12 09:46 Kitware Robot Resolution reopened => moved
2016-08-12 09:54 Kitware Robot Note Added: 0036986
2016-08-12 09:54 Kitware Robot Status expired => closed


Copyright © 2000 - 2018 MantisBT Team