]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove is_active check in dof renumbering
authorfsonner <florian.sonner@iwr.uni-heidelberg.de>
Sat, 25 Apr 2015 14:50:17 +0000 (16:50 +0200)
committerTimo Heister <timo.heister@gmail.com>
Thu, 30 Apr 2015 20:36:25 +0000 (16:36 -0400)
source/dofs/dof_renumbering.cc

index e23fc23f9d952b6b19a61172e06eec48ed7d9a55..dbabbd6c3d1e272f2b43a933a653459e46c132bb 100644 (file)
@@ -684,7 +684,7 @@ namespace DoFRenumbering
           {
             //we are dealing with active dofs, skip the loop if not locally
             // owned:
-            if (!cell->active() || !cell->is_locally_owned())
+            if (!cell->is_locally_owned())
               continue;
           }
         // on each cell: get dof indices
@@ -981,7 +981,7 @@ namespace DoFRenumbering
           {
             //we are dealing with active dofs, skip the loop if not locally
             // owned:
-            if (!cell->active() || !cell->is_locally_owned())
+            if (!cell->is_locally_owned())
               continue;
           }
 

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.