Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 397
    • Issues 397
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • 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
  • Email 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
Reviewer
Request review from
Time tracking
Source branch: feature-decompositionConstraints_cyclicAMI