From: David Wells Date: Sat, 26 Apr 2025 17:39:39 +0000 (-0400) Subject: set_periodicity_constraints(): use ReferenceCell. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c56f869749e9960f412ef610fd582bc11c523fa;p=dealii.git set_periodicity_constraints(): use ReferenceCell. --- 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 =