From: Marc Fehling Date: Sat, 20 Mar 2021 21:36:05 +0000 (-0600) Subject: Connect parallel_forest to connectivity. X-Git-Tag: v9.3.0-rc1~288^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbbcacf3bb065551fe9243611310ffa5c84de5f3;p=dealii.git Connect parallel_forest to connectivity. --- 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()); }