]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add comment why to call update_number_cache 5654/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 20 Dec 2017 22:15:10 +0000 (23:15 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 20 Dec 2017 22:15:10 +0000 (23:15 +0100)
source/distributed/tria.cc

index d9fc1b5e1ba15a5cf5dbb6cda6128a5f6c637e70..532ef242629ea5490d87160ee37a23f07421dabe 100644 (file)
@@ -3522,6 +3522,8 @@ namespace parallel
 
       //finally call the base class for storing the periodicity information
       dealii::Triangulation<dim, spacedim>::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!"));

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.