t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Functions
t8_cmesh_geometry.h File Reference

Internal functions that we need for the cmesh geometry. More...

#include <t8.h>
#include <t8_cmesh.h>
#include <t8_cmesh/t8_cmesh_types.h>

Go to the source code of this file.

Functions

const char * t8_cmesh_get_tree_geom_name (t8_cmesh_t cmesh, t8_gloidx_t gtreeid)
 Get the name of the geometry stored for a tree in a cmesh. More...
 

Detailed Description

Internal functions that we need for the cmesh geometry.

TODO: document this file

Function Documentation

◆ t8_cmesh_get_tree_geom_name()

const char* t8_cmesh_get_tree_geom_name ( t8_cmesh_t  cmesh,
t8_gloidx_t  gtreeid 
)

Get the name of the geometry stored for a tree in a cmesh.

Parameters
[in]cmeshA committed cmesh.
[in]gtreeidA global tree in cmesh.
Returns
The name of the tree's geometry or NULL if no geometry is set for this tree.