Function t8_dtri_child(const t8_dtri_t *, int, t8_dtri_t *)
Defined in File t8_dtri_bits.c
Function Documentation
-
void t8_dtri_child(const t8_dtri_t *element, int childid, t8_dtri_t *child)
Compute the childid-th child in Morton order of a triangle.
- Parameters:
element – [in] Input triangle.
childid – [inout] The id of the child, 0..7 in Morton order.
child – [out] Existing triangle whose data will be filled with the date of t’s childid-th child.