Skip to content
Snippets Groups Projects

Feature processor level of detail (LOD)

Merged Andrew Heather requested to merge feature-processorLOD into develop-pre-release

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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))
  • Andrew Heather changed title from Feature processor lod to Feature processor level of detail (LOD)

    changed title from Feature processor lod to Feature processor level of detail (LOD)

  • Andrew Heather mentioned in commit fe933e31

    mentioned in commit fe933e31

  • Please register or sign in to reply
    Loading