mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: cyclicAMI: missing autoMap,rmap
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user