]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Relax assert 14560/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 11 Dec 2022 13:15:52 +0000 (14:15 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 11 Dec 2022 13:41:39 +0000 (14:41 +0100)
source/fe/fe_system.cc

index 168613170d10831f7f3412a2cbdac11c15173a84..43ef636633ddafd748cfbf565b046b240aa4f730 100644 (file)
@@ -2008,13 +2008,6 @@ FESystem<dim, spacedim>::initialize(
       for (unsigned int face_no = 0; face_no < this->n_unique_faces();
            ++face_no)
         {
-          // This logic isn't valid for higher-order wedges because the first
-          // two faces are triangles, so no table will be set up for
-          // quadrilateral faces
-          Assert(this->n_dofs_per_quad(face_no) == 0 ||
-                   this->reference_cell() != ReferenceCells::Wedge,
-                 ExcNotImplemented());
-
           // the array into which we want to write should have the correct size
           // already.
           Assert(this->adjust_quad_dof_index_for_face_orientation_table[face_no]

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.