BUG: cyclicAMI: missing autoMap,rmap

This commit is contained in:
mattijs 2023-12-18 16:40:12 +00:00
parent dbacd7bc95
commit ae8b654a86

View File

@ -261,6 +261,7 @@ void Foam::cyclicAMIFvPatchField<Type>::autoMap
const fvPatchFieldMapper& mapper
)
{
coupledFvPatchField<Type>::autoMap(mapper);
patchNeighbourFieldPtr_.reset(nullptr);
}
@ -272,6 +273,7 @@ void Foam::cyclicAMIFvPatchField<Type>::rmap
const labelList& addr
)
{
coupledFvPatchField<Type>::rmap(ptf, addr);
patchNeighbourFieldPtr_.reset(nullptr);
}