Function t8_element_to_string
Defined in File t8_scheme.h
Function Documentation
-
void t8_element_to_string(const t8_scheme_c *scheme, const t8_eclass_t tree_class, const t8_element_t *element, char *debug_string, const int string_size)
Fill a string with readable information about the element.
- Parameters:
scheme – [in] The scheme of the forest.
tree_class – [in] The eclass of the current tree.
element – [in] The element to translate into human-readable information.
debug_string – [inout] The string to fill.
string_size – [in] The length of debug_string.