Function t8_dprism_extrude_face

Function Documentation

void t8_dprism_extrude_face(const t8_element_t *face, t8_element_t *elem, const int root_face)

Given a boundary face inside a root tree’s face construct the element inside the root tree that has the given face as a face.

Parameters:
  • face[in] A face element.

  • elem[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.