]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two minor orientation bugs. 18316/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 1 Apr 2025 15:28:38 +0000 (11:28 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 1 Apr 2025 15:28:38 +0000 (11:28 -0400)
'orientation' and 'combined_orientation' are presently the same in 2d
but won't be once we switch the default encoding.

include/deal.II/grid/tria_accessor.h

index 10c08b3cc9391c1ba974f34add3916fd4ba6c72a..4667b9ea18f89b1eecb4098d689c3d2ed759c23b 100644 (file)
@@ -5428,7 +5428,7 @@ TriaAccessor<structdim, dim, spacedim>::combined_face_orientation(
         return numbers::default_geometric_orientation;
       else
         return this->tria->levels[this->present_level]
-          ->face_orientations.get_orientation(
+          ->face_orientations.get_combined_orientation(
             this->present_index * ReferenceCells::max_n_faces<dim>() + face);
     }
   else
@@ -5591,7 +5591,7 @@ TriaAccessor<structdim, dim, spacedim>::set_line_orientation(
   Assert(dim != 2,
          ExcMessage("In 2d lines are faces, and, for compatibility with other "
                     "dimensions, their orientations should be set via "
-                    "set_combined_orientation()."));
+                    "set_combined_face_orientation()."));
   // work around a bogus GCC-9 warning which considers line and value unused
   // except in 3d
   (void)line;

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.