BUG: redistributePar: handle cyclicA(C)MI cleaner. See #1558.

Should test on patch, not patch field
This commit is contained in:
mattijs
2022-02-10 13:46:21 +00:00
parent 13b6898661
commit debbcfb7df

View File

@ -1341,27 +1341,27 @@ autoPtr<mapDistributePolyMesh> redistributeAndWrite
correctCoupledBoundaryConditions
<
volScalarField,
processorFvPatchField<scalar>
processorFvPatch
>(mesh);
correctCoupledBoundaryConditions
<
volVectorField,
processorFvPatchField<vector>
processorFvPatch
>(mesh);
correctCoupledBoundaryConditions
<
volSphericalTensorField,
processorFvPatchField<sphericalTensor>
processorFvPatch
>(mesh);
correctCoupledBoundaryConditions
<
volSymmTensorField,
processorFvPatchField<symmTensor>
processorFvPatch
>(mesh);
correctCoupledBoundaryConditions
<
volTensorField,
processorFvPatchField<tensor>
processorFvPatch
>(mesh);
// No update surface fields