27 #ifndef T8_GEOMETRY_LINEAR_H
28 #define T8_GEOMETRY_LINEAR_H
Definition: t8_geometry_base.hxx:37
This is the administrative header file for t8code.
Typedef for the t8_geometry class in order to be usable as a pointer from .c files.
void t8_geometry_linear_destroy(t8_geometry_c **geom)
Destroy a linear geometry that was created with t8_geometry_linear_new.
Definition: t8_geometry_linear.cxx:69
t8_geometry_c * t8_geometry_linear_new(int dim)
Create a new linear geometry of a given dimension.
Definition: t8_geometry_linear.cxx:62
This header file provides a C interface for functions for the t8_geometry_with_vertices class.