BUG: cyclicAMI: missing autoMap,rmap
This commit is contained in:
parent
dbacd7bc95
commit
ae8b654a86
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user