View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013832 | ParaView | (No Category) | public | 2013-01-29 18:22 | 2016-08-12 09:59 | ||||
Reporter | Alan Scott | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | git-master | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013832: ProgressHandler - Cell to Point is broken | ||||||||
Description | Progress handler code in Cell to Point is broken. In file vtkCellDataToPointData.cxx, function vtkCellDataToPointData::RequestData(), update progress gets called many dozens of times (speculation is once per block, which could be millions of times). Each time this code dutifully bounces the UpdateProgress(progress) call from 0.0 to 1.0, in increments of 0.05. I am not even going to try a fix. Suggested hack would be to comment out the UpdateProgress. vtkCellDataToPointData.cxx, line 106, should change from: this->UpdateProgress(static_cast<double>(ptId)/numPts); to //this->UpdateProgress(static_cast<double>(ptId)/numPts); | ||||||||
Tags | No tags attached. | ||||||||
Project | Sandia | ||||||||
Topic Name | 0013832-Fix-ProgressHandler-CellToPoint | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0030316) Utkarsh Ayachit (administrator) 2013-02-06 18:35 |
The fix involves changes to vtkAlgorithm/vtkCompositeDataPipeline to ensure that progress is reported correctly when the executive loops over datasets in a composite. |
(0038323) Kitware Robot (administrator) 2016-08-12 09:59 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-01-29 18:22 | Alan Scott | New Issue | |
2013-01-29 21:48 | Alan Scott | Relationship added | child of 0013831 |
2013-02-06 18:34 | Utkarsh Ayachit | Assigned To | => Nikhil Shetty |
2013-02-06 18:35 | Utkarsh Ayachit | Note Added: 0030316 | |
2013-02-19 10:22 | Nikhil Shetty | Status | backlog => todo |
2013-02-20 11:59 | Nikhil Shetty | Topic Name | => 0013832-Fix-ProgressHandler-CellToPoint |
2013-02-20 11:59 | Nikhil Shetty | Status | todo => active development |
2013-06-05 16:33 | Nikhil Shetty | Assigned To | Nikhil Shetty => |
2013-06-05 16:34 | Nikhil Shetty | Status | active development => todo |
2013-06-05 16:41 | Nikhil Shetty | Status | todo => backlog |
2016-08-12 09:59 | Kitware Robot | Note Added: 0038323 | |
2016-08-12 09:59 | Kitware Robot | Status | backlog => closed |
2016-08-12 09:59 | Kitware Robot | Resolution | open => moved |
2016-08-12 09:59 | Kitware Robot | Assigned To | => Kitware Robot |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |