Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 472
    • Issues 472
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !491

ENH: decomposePar: cyclicAMI in constraints. Fixes #2242

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Mattijs Janssens requested to merge feature-decompositionConstraints_cyclicAMI into develop Oct 20, 2021
  • Overview 0
  • Commits 1
  • Changes 4

The preservePatches constraint in decomposeParDict can be used to keep owner and neighbour cells of coupled patches on the same processor. It previously only handled one-to-one coupling (cyclic, processor) but has been extended to handle many-to-one coupling (cyclicAMI, cyclicACMI).

Without syncing across (in green) cyclicAMI: cellDist_random_preservePatches_noAMI

With syncing across (in green) cyclicAMI: cellDist_random_preservePatches_new

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-decompositionConstraints_cyclicAMI