coupledPolyPatch: Separated ordering from transformation controls
which will allow the transformation calculation functionality to be moved into cyclic patches.
This commit is contained in:
@ -496,7 +496,7 @@ bool Foam::domainDecomposition::writeDecomposition(const bool decomposeSets)
|
||||
proci,
|
||||
curNeighbourProcessors[procPatchi],
|
||||
pcPatch.name(),
|
||||
pcPatch.transform()
|
||||
pcPatch.ordering()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user