From 11fae85961656a94948b9f2d1cae9fc611af461e Mon Sep 17 00:00:00 2001 From: Alex Lindsay Date: Fri, 28 Oct 2022 14:59:49 -0700 Subject: [PATCH] Clear the point locator after displacing the mesh Displacing the mesh invalidates all the bounding boxes on the point locator, so we need to make sure we clear the locator so we don't use bad bounding box data Closes #22534 --- framework/include/loops/UpdateDisplacedMeshThread.h | 1 + framework/src/loops/UpdateDisplacedMeshThread.C | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/framework/include/loops/UpdateDisplacedMeshThread.h b/framework/include/loops/UpdateDisplacedMeshThread.h index ae4df4f1664e..0dab2d97171c 100644 --- a/framework/include/loops/UpdateDisplacedMeshThread.h +++ b/framework/include/loops/UpdateDisplacedMeshThread.h @@ -34,6 +34,7 @@ class UpdateDisplacedMeshThread : public ThreadedNodeLoop