View Issue Details

IDProjectCategoryView StatusLast Update
0025070Open CASCADEOCCT:Meshpublic2016-10-25 17:39
Reporteroan Assigned Tooan  
PrioritynormalSeveritytweak 
Status newResolutionopen 
Target VersionUnscheduled 
Summary0025070: BRepMesh_DiscretRoot does not provide option to tune custom algo for parallel execution
DescriptionStdPrs_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.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

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 abv Target Version => 6.8.0
2014-09-26 16:36 abv Target Version 6.8.0 => 7.1.0
2016-10-25 17:39 oan Target Version 7.1.0 => Unscheduled