]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the support points for FE_SimplexDGP. 14761/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 7 Feb 2023 02:02:59 +0000 (21:02 -0500)
committerDavid Wells <drwells@email.unc.edu>
Tue, 7 Feb 2023 02:02:59 +0000 (21:02 -0500)
source/fe/fe_simplex_p.cc

index e5998c5daf921d81a75017dfbececa6a832a51d9..9d2d7480c1aae26e949add6c46bbe49d402f0c26 100644 (file)
@@ -819,7 +819,7 @@ FE_SimplexDGP<dim, spacedim>::FE_SimplexDGP(const unsigned int degree)
                              degree,
                              FiniteElementData<dim>::L2),
       unit_support_points_fe_p<dim>(degree),
-      unit_face_support_points_fe_p<dim>(degree, FiniteElementData<dim>::H1),
+      unit_face_support_points_fe_p<dim>(degree, FiniteElementData<dim>::L2),
       constraints_fe_p<dim>(degree))
 {}
 

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.