Function t8_element_shape_t8_to_vtk_corner_number
Defined in File t8_element_shape.h
Function Documentation
-
int t8_element_shape_t8_to_vtk_corner_number(int element_shape, int index)
Maps the t8code corner number of the element to the vtk corner number.
- Parameters:
element_shape – [in] The shape of the element.
index – [in] The index of the corner in z-order (t8code numeration).
- Returns:
The corresponding vtk index.