From fbbcacf3bb065551fe9243611310ffa5c84de5f3 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 20 Mar 2021 15:36:05 -0600 Subject: [PATCH] Connect parallel_forest to connectivity. --- source/distributed/tria.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 0f8d574f3a..310fcfa4b3 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -1642,6 +1642,7 @@ namespace parallel forest); parallel_forest = dealii::internal::p4est::functions::copy_forest(temp, false); + parallel_forest->connectivity = connectivity; parallel_forest->user_pointer = this; try @@ -1650,10 +1651,8 @@ namespace parallel } catch (const typename Triangulation::DistortedCellList &) { - // the underlying - // triangulation should not - // be checking for - // distorted cells + // the underlying triangulation should not be checking for distorted + // cells Assert(false, ExcInternalError()); } -- 2.39.5