From: David Wells Date: Tue, 7 Feb 2023 02:02:59 +0000 (-0500) Subject: Fix the support points for FE_SimplexDGP. X-Git-Tag: v9.5.0-rc1~576^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14761%2Fhead;p=dealii.git Fix the support points for FE_SimplexDGP. --- diff --git a/source/fe/fe_simplex_p.cc b/source/fe/fe_simplex_p.cc index e5998c5daf..9d2d7480c1 100644 --- a/source/fe/fe_simplex_p.cc +++ b/source/fe/fe_simplex_p.cc @@ -819,7 +819,7 @@ FE_SimplexDGP::FE_SimplexDGP(const unsigned int degree) degree, FiniteElementData::L2), unit_support_points_fe_p(degree), - unit_face_support_points_fe_p(degree, FiniteElementData::H1), + unit_face_support_points_fe_p(degree, FiniteElementData::L2), constraints_fe_p(degree)) {}