From f8baa24e8152d2e9b677e8387f42227aefe43190 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 26 Apr 2025 16:07:31 -0400 Subject: [PATCH] set_periodicity_constraints(): add a clarifying comment. The combined_orientation really is all we need here. --- source/dofs/dof_tools_constraints.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index fb046467c0..01c2546100 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -3210,6 +3210,9 @@ namespace DoFTools std::vector dofs_1(dofs_per_face); std::vector dofs_2(dofs_per_face); + // Note that, in 3d, these functions take into account the line + // orientations on each face: i.e., this function does not need to + // consider line orientations. if (use_mg) face_1->get_mg_dof_indices(level, dofs_1, face_1_index); else -- 2.39.5