From: Daniel Arndt Date: Wed, 20 Dec 2017 22:15:10 +0000 (+0100) Subject: Add comment why to call update_number_cache X-Git-Tag: v9.0.0-rc1~634^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5654%2Fhead;p=dealii.git Add comment why to call update_number_cache --- diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index d9fc1b5e1b..532ef24262 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3522,6 +3522,8 @@ namespace parallel //finally call the base class for storing the periodicity information dealii::Triangulation::add_periodicity(periodicity_vector); + + // The range of ghost_owners might have changed so update that information this->update_number_cache(); #else Assert(false, ExcMessage ("Need p4est version >= 0.3.4.1!"));