]> https://gitweb.dealii.org/ - dealii.git/commitdiff
set_periodicity_constraints(): add a clarifying comment. 18391/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 26 Apr 2025 20:07:31 +0000 (16:07 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sun, 27 Apr 2025 01:15:14 +0000 (21:15 -0400)
The combined_orientation really is all we need here.

source/dofs/dof_tools_constraints.cc

index fb046467c09f83169aaf914ae079fa2c908368d5..01c25461008583fda317c1c33a6082974412ac62 100644 (file)
@@ -3210,6 +3210,9 @@ namespace DoFTools
       std::vector<types::global_dof_index> dofs_1(dofs_per_face);
       std::vector<types::global_dof_index> 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

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.