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 correctCoupledBoundaryConditions
< <
volScalarField, volScalarField,
processorFvPatchField<scalar> processorFvPatch
>(mesh); >(mesh);
correctCoupledBoundaryConditions correctCoupledBoundaryConditions
< <
volVectorField, volVectorField,
processorFvPatchField<vector> processorFvPatch
>(mesh); >(mesh);
correctCoupledBoundaryConditions correctCoupledBoundaryConditions
< <
volSphericalTensorField, volSphericalTensorField,
processorFvPatchField<sphericalTensor> processorFvPatch
>(mesh); >(mesh);
correctCoupledBoundaryConditions correctCoupledBoundaryConditions
< <
volSymmTensorField, volSymmTensorField,
processorFvPatchField<symmTensor> processorFvPatch
>(mesh); >(mesh);
correctCoupledBoundaryConditions correctCoupledBoundaryConditions
< <
volTensorField, volTensorField,
processorFvPatchField<tensor> processorFvPatch
>(mesh); >(mesh);
// No update surface fields // No update surface fields