41 template <
typename geometry_type,
typename... _args>
42 inline geometry_type *
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
t8_geometry_handler_c * geometry_handler
Handles all geometries that are used by trees in this cmesh.
Definition: t8_cmesh_types.h:138
Definition: t8_geometry_handler.hxx:37
geometry_type * register_geometry(_args &&...args)
Register a geometry with the geometry handler.
Definition: t8_geometry_handler.hxx:58
We define the coarse mesh of trees in this file.
geometry_type * t8_cmesh_register_geometry(t8_cmesh_t cmesh, _args &&...args)
Create and register a geometry with the coarse mesh.
Definition: t8_cmesh.hxx:43
We define here the datatypes needed for internal cmesh routines.
General geometry definitions.