BUG: motionSmoother: clear out tetBasePtIs storage

This commit is contained in:
mattijs
2012-08-31 12:56:41 +01:00
parent 844f9433db
commit 603b05c563

View File

@ -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());