Assert(false, ExcInternalError());
}
- this->update_number_cache();
this->update_periodic_face_map();
+ this->update_number_cache();
}
}
}
+ this->update_periodic_face_map();
this->update_number_cache();
// signal that de-serialization is finished
this->signals.post_distributed_load();
-
- this->update_periodic_face_map();
}
}
# endif
- this->update_number_cache();
-
this->update_periodic_face_map();
+ this->update_number_cache();
// signal that refinement is finished
this->signals.post_distributed_refinement();
previous_global_first_quadrant.data());
}
+ this->update_periodic_face_map();
+
// update how many cells, edges, etc, we store locally
this->update_number_cache();
- this->update_periodic_face_map();
-
// signal that repartitioning is finished
this->signals.post_distributed_repartition();
}
Assert(false, ExcInternalError());
}
- this->update_number_cache();
this->update_periodic_face_map();
+ this->update_number_cache();
}