From c7c6940a70721e4ade2c9b32adfea592075f6bec Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 9 Aug 2018 13:26:50 +0200 Subject: [PATCH] Always enforce mesh balance over periodic boundaries --- source/distributed/tria.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 48988eeec5..8e16f9c3da 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3428,9 +3428,7 @@ namespace parallel prepare_coarsening_and_refinement(); this->update_periodic_face_map(); // enforce 2:1 mesh balance over periodic boundaries - if (this->smooth_grid & dealii::Triangulation:: - limit_level_difference_at_vertices) - mesh_changed = enforce_mesh_balance_over_periodic_boundaries(*this); + mesh_changed = enforce_mesh_balance_over_periodic_boundaries(*this); } while (mesh_changed); -- 2.39.5