From debbcfb7df4d1f8061f21f8342dd0883581fb696 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 10 Feb 2022 13:46:21 +0000 Subject: [PATCH] BUG: redistributePar: handle cyclicA(C)MI cleaner. See #1558. Should test on patch, not patch field --- .../redistributePar/redistributePar.C | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/utilities/parallelProcessing/redistributePar/redistributePar.C b/applications/utilities/parallelProcessing/redistributePar/redistributePar.C index 9d780363aa..03c3097dea 100644 --- a/applications/utilities/parallelProcessing/redistributePar/redistributePar.C +++ b/applications/utilities/parallelProcessing/redistributePar/redistributePar.C @@ -1341,27 +1341,27 @@ autoPtr redistributeAndWrite correctCoupledBoundaryConditions < volScalarField, - processorFvPatchField + processorFvPatch >(mesh); correctCoupledBoundaryConditions < volVectorField, - processorFvPatchField + processorFvPatch >(mesh); correctCoupledBoundaryConditions < volSphericalTensorField, - processorFvPatchField + processorFvPatch >(mesh); correctCoupledBoundaryConditions < volSymmTensorField, - processorFvPatchField + processorFvPatch >(mesh); correctCoupledBoundaryConditions < volTensorField, - processorFvPatchField + processorFvPatch >(mesh); // No update surface fields