]> https://gitweb.dealii.org/ - dealii.git/commitdiff
allow ghost cells 10456/head
authorNiklas Fehn <fehn@lnm.mw.tum.de>
Fri, 5 Jun 2020 08:02:24 +0000 (10:02 +0200)
committerNiklas Fehn <fehn@lnm.mw.tum.de>
Fri, 5 Jun 2020 08:02:24 +0000 (10:02 +0200)
source/grid/grid_tools_dof_handlers.cc

index 5b0a44fceaf147a0e83a422d69e478e1f72a5e41..4be3c6d696cdff16711b085e4e87c6087b6a4d8d 100644 (file)
@@ -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
                     {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.