From: Nils Margenberg Date: Tue, 17 Jan 2023 11:49:38 +0000 (+0100) Subject: Fix vertex numbering from deal to UCD X-Git-Tag: v9.5.0-rc1~488^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa19afc98fc7d79e21c8c71598399f2d34a6cb7;p=dealii.git Fix vertex numbering from deal to UCD --- diff --git a/include/deal.II/base/geometry_info.h b/include/deal.II/base/geometry_info.h index 9f8832b8d4..76de3d69ac 100644 --- a/include/deal.II/base/geometry_info.h +++ b/include/deal.II/base/geometry_info.h @@ -157,7 +157,7 @@ namespace internal static constexpr std::array ucd_to_deal() { - return {{0, 1, 5, 4, 2, 3, 7, 6}}; + return {{0, 4, 5, 1, 2, 6, 7, 3}}; } static constexpr std::array