Skip to content

Commit

Permalink
Merge pull request #14761 from drwells/fe-dgp-regularity
Browse files Browse the repository at this point in the history
Fix the support points for FE_SimplexDGP.
  • Loading branch information
bangerth committed Feb 8, 2023
2 parents 438d545 + 7fe24e9 commit 25859ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fe/fe_simplex_p.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{}

Expand Down

0 comments on commit 25859ad

Please sign in to comment.