27 #ifndef T8_GEOMETRY_EXAMPLES_H
28 #define T8_GEOMETRY_EXAMPLES_H
The base class for all geometries.
Definition: t8_geometry_base.hxx:48
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_triangulated_spherical_surface_new()
Create a new triangulated_spherical_surface geometry.
Definition: t8_geometry_examples.cxx:412
t8_geometry_c * t8_geometry_quadrangulated_spherical_surface_new()
Create a new quadrangulated_spherical_surface geometry.
Definition: t8_geometry_examples.cxx:426
t8_geometry_c * t8_geometry_quadrangulated_disk_new()
Create a new quadrangulated_disk geometry.
Definition: t8_geometry_examples.cxx:405
t8_geometry_c * t8_geometry_cubed_sphere_new()
Create a new cubed sphere geometry.
Definition: t8_geometry_examples.cxx:440
t8_geometry_c * t8_geometry_cubed_spherical_shell_new()
Create a new cubed_spherical_shell geometry.
Definition: t8_geometry_examples.cxx:433
t8_geometry_c * t8_geometry_prismed_spherical_shell_new()
Create a new spherical_shell geometry.
Definition: t8_geometry_examples.cxx:419
void t8_geometry_destroy(t8_geometry_c **geom)
Destroy a geometry object.
Definition: t8_geometry_examples.cxx:395