From 8c56f869749e9960f412ef610fd582bc11c523fa Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 26 Apr 2025 13:39:39 -0400 Subject: [PATCH] set_periodicity_constraints(): use ReferenceCell. --- source/dofs/dof_tools_constraints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index 489c7be69f..f2b569250d 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -3149,7 +3149,7 @@ namespace DoFTools if ((!use_mg) && face_2->has_children()) { Assert(face_2->n_children() == - GeometryInfo::max_children_per_face, + face_2->reference_cell().template n_children(), ExcNotImplemented()); const unsigned int dofs_per_face = -- 2.39.5