From 67f32b0e7a5cdc668225e129168869dc9bc41ee0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 19 Jan 2016 13:00:29 -0500 Subject: [PATCH] fix marking of MG cells --- source/distributed/tria.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 52295521d1..aefb142022 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3405,9 +3405,6 @@ namespace parallel // processor, also mark them. for (typename Triangulation::cell_iterator cell = this->begin(); cell!=this->end(); ++cell) { - if (cell->level_subdomain_id() == numbers::artificial_subdomain_id) - continue; - bool cell_level_mine = cell->level_subdomain_id() == this->locally_owned_subdomain(); for (unsigned int f=0; f::faces_per_cell; ++f) -- 2.39.5