]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove superfluous boundary logic
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jan 2014 13:52:50 +0000 (13:52 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jan 2014 13:52:50 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@32155 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/step-39.cc

index 9736e2e4e801e60151a3f9355d9dcce155cf69ce..701887f007c7d0b831cd2c92a4d950dd7b6b0175 100644 (file)
@@ -209,8 +209,6 @@ namespace Step39
       dinfo.value(0) += penalty * (boundary_values[k] - uh[k]) * (boundary_values[k] - uh[k])
                         * fe.JxW(k);
     dinfo.value(0) = std::sqrt(dinfo.value(0));
-    if (!dinfo.cell->is_locally_owned())
-      dinfo.value(0) = 0.0;
   }
 
 

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.