28 #ifndef T8_GEOMETRY_WITH_VERTICES_HXX
29 #define T8_GEOMETRY_WITH_VERTICES_HXX
44 active_tree_vertices = NULL;
53 active_tree_vertices = NULL;
80 const double *active_tree_vertices;
Definition: t8_geometry_with_vertices.hxx:38
virtual void t8_geom_load_tree_data(t8_cmesh_t cmesh, t8_gloidx_t gtreeid)
Update a possible internal data buffer for per tree data.
Definition: t8_geometry_with_vertices.cxx:32
virtual ~t8_geometry_with_vertices()
The destructor.
Definition: t8_geometry_with_vertices.hxx:62
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
Definition: t8_geometry_base.hxx:37
int dimension
The dimension of reference space for which this is a geometry.
Definition: t8_geometry_base.hxx:127
const char * name
The name of this geometry.
Definition: t8_geometry_base.hxx:130
int64_t t8_gloidx_t
A type for global indexing that holds really big numbers.
Definition: t8.h:98
We define the coarse mesh of trees in this file.
enum t8_eclass t8_eclass_t
This enumeration contains all possible element classes.
This header file provides a C interface to the t8_geometry_c class.
Implements the base pure virtual class t8_geometry which provides a general template for all geometri...
This header file provides a C interface for functions for the t8_geometry_with_vertices class.