Feature processor level of detail (LOD)
Adds a new method to calculate processor distribution maps as an alternative to the AABBTree; currently available to the mapFieldsPar utility via a new command line option
Edited by Andrew Heather
Merge request reports
Activity
Filter activity
236 patchMapMethod = AMIPatchToPatchInterpolation::interpolationMethodNames_ 251 patchMapMethod = 252 AMIPatchToPatchInterpolation::interpolationMethodNames_ 253 [ 254 meshToMesh::interpolationMethodAMI(method) 255 ]; 256 } 257 258 word procMapMethod = 259 meshToMesh::procMapMethodNames_ 237 260 [ 238 meshToMesh::interpolationMethodAMI(method) 261 meshToMesh::procMapMethod::pmAABB 239 262 ]; 263 264 if (args.readIfPresent("prcoMapMethod", procMapMethod)) mentioned in commit fe933e31