27 #ifndef T8_GEOMETRY_LINEAR_H
28 #define T8_GEOMETRY_LINEAR_H
Definition: t8_geometry_base.hxx:38
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.
t8_geometry_c * t8_geometry_linear_new(int dimension)
Create a new linear geometry of a given dimension.
Definition: t8_geometry_linear.cxx:93
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:100