Function t8_dtet_face_child_face

Function Documentation

int t8_dtet_face_child_face(const t8_dtet_t *tet, int face, int face_child)

Given a face of an tetrahedron and a child number of a child of that face, return the face number of the child of the tetrahedron that matches the child face.

Parameters:
  • tet[in] The tetrahedron.

  • face[in] Then number of the face.

  • face_child[in] The child number of a child of the face tetrahedron.

Returns:

The face number of the face of a child of tetrahedron that coincides with face_child.