Function t8_dtet_corner_descendant
Defined in File t8_dtet_bits.h
Function Documentation
-
void t8_dtet_corner_descendant(const t8_dtet_t *tet, t8_dtet_t *s, int corner, int level)
Compute the descendant of a tetrahedron in a given corner.
- Parameters:
tet – [in] Tetrahedron whose descendant is computed.
s – [out] Existing tetrahedron whose data will be filled with the data of t’s descendant in corner.
corner – [in] The corner in which the descendant should lie.
level – [in] The refinement level of the descendant. Must be greater or equal to tet’s level.