From: Niklas Fehn Date: Fri, 5 Jun 2020 08:02:24 +0000 (+0200) Subject: allow ghost cells X-Git-Tag: v9.3.0-rc1~1475^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10456%2Fhead;p=dealii.git allow ghost cells --- diff --git a/source/grid/grid_tools_dof_handlers.cc b/source/grid/grid_tools_dof_handlers.cc index 5b0a44fcea..4be3c6d696 100644 --- a/source/grid/grid_tools_dof_handlers.cc +++ b/source/grid/grid_tools_dof_handlers.cc @@ -465,7 +465,7 @@ namespace GridTools endc = adjacent_cells.end(); for (; cell != endc; ++cell) { - if ((*cell)->is_locally_owned()) + if ((*cell)->is_artificial() == false) { try {