Function t8_dpyramid_extrude_face(const t8_element_t *, t8_dpyramid_t *, const int)
Defined in File t8_dpyramid_bits.c
Function Documentation
-
int t8_dpyramid_extrude_face(const t8_element_t *face, t8_dpyramid_t *p, const int root_face)
Given a boundary face inside the root pyramids’s face construct the element inside the root pyramid that has the given face as a face.
- Parameters:
face – [in] A face element.
p – [inout] An allocated element. The entries will be filled with the data of the element that has face as a face and lies within the root tree.
root_face – [in] The index of the face of the root tree in which face lies.
- Returns:
The face number of the face of p that coincides with face.