mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MGridGenGAMGAgglomeration: Update call to continueAgglomerating
Resolves bug-report http://bugs.openfoam.org/view.php?id=2244
This commit is contained in:
@ -286,7 +286,7 @@ Foam::MGridGenGAMGAgglomeration::MGridGenGAMGAgglomeration
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (continueAgglomerating(nCoarseCells))
|
if (continueAgglomerating(finalAgglomPtr().size(), nCoarseCells))
|
||||||
{
|
{
|
||||||
nCells_[nCreatedLevels] = nCoarseCells;
|
nCells_[nCreatedLevels] = nCoarseCells;
|
||||||
restrictAddressing_.set(nCreatedLevels, finalAgglomPtr);
|
restrictAddressing_.set(nCreatedLevels, finalAgglomPtr);
|
||||||
|
|||||||
Reference in New Issue
Block a user