BUG: cellSetOption: allow geometric selection update (fixes #3161)
This commit is contained in:
parent
755d354f69
commit
eea442e209
@ -408,9 +408,13 @@ bool Foam::fv::cellSetOption::isActive()
|
||||
// Report new volume (if changed)
|
||||
setVol();
|
||||
}
|
||||
else if (selectionMode_ == smMovingPoints)
|
||||
else if
|
||||
(
|
||||
selectionMode_ == smMovingPoints
|
||||
|| selectionMode_ == smGeometric
|
||||
)
|
||||
{
|
||||
// Update the cell selection if it moves
|
||||
// Update the cell selection even if mesh is not moving
|
||||
setCellSelection();
|
||||
setVol();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user