Function t8_element_debug_print

Function Documentation

void t8_element_debug_print(const t8_scheme_c *scheme, const t8_eclass_t tree_class, const t8_element_t *element)

Print a given element.

For a example for a triangle print the coordinates and the level of the triangle. This function is only available in the debugging configuration.

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

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

  • element[in] The element to print