| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000571 | VTK | (No Category) | public | 2004-02-02 16:34 | 2016-08-12 09:54 | ||||
| Reporter | Mathieu Malaterre | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0000571: Quadratic Wedge + vtkProbeFilter | ||||||||
| Description | vtkProbeFilter sometimes fails to find the cell containing a point on a line probe. This occurs when the point is not in the first cell connected to the closest point id and the walking scheme is used in vtkPointSet::FindCell(). I think there is a problem in vtkQuadraticWedge::CellBoundary(). The call cell->CellBoundary()( from vtkPointSet::FindCell())returns a list of null point id’s for the closest plane. This is because the instance of the linear wedge in vtkQuadraticWedge has null point id’s also :-( Use of the linear wedge CellBoundary() method will only give the corner nodes on the closest plane and not the mid-side nodes. I am not sure if GetCellNeighbors() will work on this reduced topology. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0000611) Mathieu Malaterre (developer) 2004-02-03 10:19 |
John send me this email: I have temporarily got around the problem of null point Id’s in the boundary by the following hack int vtkQuadraticHexahedron::CellBoundary(int subId, double pcoords[3], vtkIdList *pts) { // Copy the point Id's of the corners to the linear hex. for ( int i = 0; i < 8; i++ ) this->Hex->PointIds->SetId( i, this->PointIds->GetId(i) ); return this->Hex->CellBoundary(subId, pcoords, pts); } but as I think I mentioned earlier, ‘pts’ is missing the mid-side nodes of the face. |
|
(0000683) Mathieu Malaterre (developer) 2004-02-20 15:14 |
Commited change today, thank you John. |
|
(0036714) 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. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2007-08-28 14:03 | Zack Galbreath | Project | @8@ => VTK |
| 2007-08-28 14:04 | Zack Galbreath | Assigned To | Matt Fair => Mathieu Malaterre |
| 2007-08-28 14:04 | Zack Galbreath | Status | @30@ => tabled |
| 2007-08-28 14:04 | Zack Galbreath | Resolution | duplicate => suspended |
| 2007-08-28 14:04 | Zack Galbreath | Summary | Goodsite => Quadratic Wedge + vtkProbeFilter |
| 2007-08-28 14:04 | Zack Galbreath | Note Deleted: 0008270 | |
| 2008-11-30 09:18 | Mathieu Malaterre | Assigned To | Mathieu Malaterre => François Bertel |
| 2008-11-30 20:16 | François Bertel | Assigned To | François Bertel => |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036714 | |
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed |
| 2016-08-12 09:54 | Kitware Robot | Resolution | suspended => moved |
| 2016-08-12 09:54 | Kitware Robot | Assigned To | => Kitware Robot |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |