From: Wolfgang Bangerth Date: Fri, 25 Feb 2011 18:35:25 +0000 (+0000) Subject: Undo r23436 since it breaks all sorts of tests :-(. X-Git-Tag: v8.0.0~4253 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2012ab1922185366e00479546e0e6f17b7f3813a;p=dealii.git Undo r23436 since it breaks all sorts of tests :-(. git-svn-id: https://svn.dealii.org/trunk@23449 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index e8731c2108..c5e4181456 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -2340,7 +2340,7 @@ namespace internal // interfaces with // artificial cells FiniteElementDomination::Domination - mother_face_dominates = FiniteElementDomination::no_requirements; + mother_face_dominates = FiniteElementDomination::either_element_can_dominate; if (DoFHandlerSupportsDifferentFEs::value == true) for (unsigned int c=0; cface(face)->number_of_children(); ++c) @@ -2998,18 +2998,6 @@ namespace internal break; } - case FiniteElementDomination::no_requirements: - // there - // are no - // continuity - // requirements - // between - // the two - // elements. record - // no - // constraints - break; - default: // we shouldn't get // here