mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: motionSmoother: clear out tetBasePtIs storage
This commit is contained in:
@ -905,7 +905,8 @@ Foam::tmp<Foam::scalarField> Foam::motionSmoother::movePoints
|
||||
|
||||
// Move actual mesh points. Make sure to delete tetBasePtIs so it
|
||||
// gets rebuilt.
|
||||
tmp<scalarField> tsweptVol = mesh_.movePoints(newPoints, true);
|
||||
mesh_.clearAdditionalGeom();
|
||||
tmp<scalarField> tsweptVol = mesh_.movePoints(newPoints);
|
||||
|
||||
pp_.movePoints(mesh_.points());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user