View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025070 | Open CASCADE | OCCT:Mesh | public | 2014-07-11 11:53 | 2016-10-25 17:39 |
Reporter | oan | Assigned To | oan | ||
Priority | normal | Severity | tweak | ||
Status | new | Resolution | open | ||
Target Version | Unscheduled | ||||
Summary | 0025070: BRepMesh_DiscretRoot does not provide option to tune custom algo for parallel execution | ||||
Description | StdPrs_ShadedShape uses BRepMesh_DiscretRoot to produce tessellated shape to be displayed in viewer. However, it is preferable to run meshing algo in parallel mode to obtain the maximum performance. (Correction: BRepMesh could be executed in parallel mode using mpparallel command. However this approach is not suitable in case if another mesher is wrapped by BRepMesh_DiscretRoot). BRepMesh_DiscretRoot does not provide option to tune the algo for parallel execution. It is supposed to add new parameter to Discret method with default value or leave existing one as is and create new one with four parameters for compatibility with old code. Another solution is to move methods giving possibility to set isInParallel flag from BRepMesh_IncrementalMesh directly to BRepMesh_DiscretRoot. It is also desirable to remove static variable IS_IN_PARALLEL from BRepMesh_IncrementalMesh as well as methods IsParallelDefault and SetParallelDefault. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-11 11:53 | oan | New Issue | |
2014-07-11 11:53 | oan | Assigned To | => kgv |
2014-07-11 11:58 | oan | Description Updated | |
2014-07-11 12:01 | oan | Description Updated | |
2014-07-11 12:04 | oan | Severity | minor => tweak |
2014-07-11 12:58 | oan | Category | OCCT:Visualization => OCCT:Mesh |
2014-07-11 12:58 | oan | Summary | StdPrs_ShadedShape should use meshing algorithm in parallel mode => BRepMesh_DiscretRoot does not provide option to tune custom algo for parallel execution |
2014-07-11 12:58 | oan | Description Updated | |
2014-07-11 12:58 | oan | Assigned To | kgv => oan |
2014-09-11 19:40 |
|
Target Version | => 6.8.0 |
2014-09-26 16:36 |
|
Target Version | 6.8.0 => 7.1.0 |
2016-10-25 17:39 | oan | Target Version | 7.1.0 => Unscheduled |