]> https://gitweb.dealii.org/ - dealii.git/commitdiff
drop Assert in FESystem when neither FE dominate 1482/head
authorDenis Davydov <davydden@gmail.com>
Mon, 24 Aug 2015 17:03:53 +0000 (19:03 +0200)
committerDenis Davydov <davydden@gmail.com>
Mon, 31 Aug 2015 06:22:51 +0000 (08:22 +0200)
source/fe/fe_system.cc

index a9ec3d785630d503f9cadb4214369a91451f57bd..458253c91c767f469595c0d9534bcf602497e64a 100644 (file)
@@ -2334,12 +2334,6 @@ compare_for_face_domination (const FiniteElement<dim,spacedim> &fe_other) const
           domination = domination & base_domination;
         }
 
-      // if we've gotten here, then we've either found a winner or either
-      // element is fine being dominated
-      Assert (domination !=
-              FiniteElementDomination::neither_element_dominates,
-              ExcInternalError());
-
       return domination;
     }
 

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.