27 #ifndef T8_GEOMETRY_CAD_H
28 #define T8_GEOMETRY_CAD_H
This geometry uses OpenCASCADE CAD geometries to curve the trees to the actual shape of the underlyin...
Definition: t8_geometry_cad.hxx:50
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_cad_c * t8_geometry_cad_new(int dim, const char *fileprefix, const char *name_in)
Create a new cad geometry with a given dimension.
Definition: t8_geometry_cad.cxx:1318
void t8_geometry_cad_destroy(t8_geometry_cad_c **geom)
Destroy a cad geometry that was created with t8_geometry_cad_new.
Definition: t8_geometry_cad.cxx:1325
This header file provides a C interface for functions for the t8_geometry_with_vertices class.