From: Timo Heister Date: Tue, 19 Jan 2016 18:00:29 +0000 (-0500) Subject: fix marking of MG cells X-Git-Tag: v8.4.0-rc2~77^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f32b0e7a5cdc668225e129168869dc9bc41ee0;p=dealii.git fix marking of MG cells --- 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)