'orientation' and 'combined_orientation' are presently the same in 2d
but won't be once we switch the default encoding.
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
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