15#ifndef dealii_tria_orientation_h
16#define dealii_tria_orientation_h
33 const bool face_rotation,
36 return (face_orientation ? 1 : 0) + (face_rotation ? 2 : 0) +
44 inline std::tuple<bool, bool, bool>
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
bool get_bit(const unsigned char number, const unsigned int n)
std::tuple< bool, bool, bool > split_face_orientation(const unsigned char combined_face_orientation)
unsigned char combined_face_orientation(const bool face_orientation, const bool face_rotation, const bool face_flip)