MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007177 | VTK | (No Category) | public | 2008-06-09 11:15 | 2016-08-12 09:54 |
| Reporter | Alexey NNOV | ||||
| Assigned To | Berk Geveci | ||||
| Priority | normal | Severity | crash | Reproducibility | random |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0007177: Bad implementation of the vtkQuadraticHexahedron::Contour functionality | ||||
| Description | On meshes with Quadratic Hexahedrons execution of vtkContourGrid filter is unpredictable (might crash and might not). | ||||
| Steps To Reproduce | |||||
| Additional Information | 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); | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||