diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C index bf033aff14..b732866cb0 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C @@ -261,6 +261,7 @@ void Foam::cyclicAMIFvPatchField::autoMap const fvPatchFieldMapper& mapper ) { + coupledFvPatchField::autoMap(mapper); patchNeighbourFieldPtr_.reset(nullptr); } @@ -272,6 +273,7 @@ void Foam::cyclicAMIFvPatchField::rmap const labelList& addr ) { + coupledFvPatchField::rmap(ptf, addr); patchNeighbourFieldPtr_.reset(nullptr); }