From: Vladimir Yushutin Date: Wed, 5 Jun 2024 15:03:50 +0000 (-0400) Subject: When running on one rank, there are of course no ghost elements, and this tutorial... X-Git-Tag: v9.6.0-rc1~204^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215acf1ef849824338b4d3631bd0eee9f0726694;p=dealii.git 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. --- 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()); } {