]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix Wedge::n_faces(). 11117/head 11118/head
authorDavid Wells <drwells@email.unc.edu>
Thu, 29 Oct 2020 19:55:06 +0000 (15:55 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 29 Oct 2020 19:55:06 +0000 (15:55 -0400)
Wedges have five faces.

include/deal.II/grid/reference_cell.h

index 98cf416d3c32e867d8a6396bd71a973596d0f675..275bf0547c75f72f45837b1555e8f5025897e337 100644 (file)
@@ -812,7 +812,7 @@ namespace ReferenceCell
         unsigned int
         n_faces() const override
         {
-          return 6;
+          return 5;
         }
 
         std::array<unsigned int, 2>

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.