From 215acf1ef849824338b4d3631bd0eee9f0726694 Mon Sep 17 00:00:00 2001 From: Vladimir Yushutin Date: Wed, 5 Jun 2024 11:03:50 -0400 Subject: [PATCH] When running on one rank, there are of course no ghost elements, and this tutorial step-32 throws an error. This assert was introduced in #16335. --- examples/step-32/step-32.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/step-32/step-32.cc b/examples/step-32/step-32.cc index 768ebdc6c7..327c3818f9 100644 --- a/examples/step-32/step-32.cc +++ b/examples/step-32/step-32.cc @@ -3328,9 +3328,6 @@ namespace Step32 temperature_solution = distributed_temp1; old_temperature_solution = distributed_temp2; - - Assert(old_temperature_solution.has_ghost_elements(), - ExcInternalError()); } { -- 2.39.5