Function t8_element_get_num_face_children(const t8_scheme_c *, const t8_eclass_t, const t8_element_t *, const int)

Function Documentation

int t8_element_get_num_face_children(const t8_scheme_c *scheme, const t8_eclass_t tree_class, const t8_element_t *element, const int face)

Compute the number of children of an element’s face when the element is refined.

Parameters:
  • scheme[in] The scheme of the forest.

  • tree_class[in] The eclass of tree the elements are part of.

  • element[in] The element.

  • face[in] A face of element.

Returns:

The number of children of face if element is to be refined.