ENH: decomposePar: cyclicAMI in constraints. Fixes #2242
Compare changes
@@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
@@ -27,6 +27,8 @@ License
@@ -27,6 +27,8 @@ License
@@ -36,6 +38,95 @@ namespace Foam
@@ -36,6 +38,95 @@ namespace Foam
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
).