t8  UNKNOWN
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

size_t t8_cmesh_get_tree_geom_hash (t8_cmesh_t cmesh, t8_gloidx_t gtreeid)
 Get the hash 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_hash()

size_t t8_cmesh_get_tree_geom_hash ( t8_cmesh_t  cmesh,
t8_gloidx_t  gtreeid 
)

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

Parameters
[in]cmeshA committed cmesh.
[in]gtreeidA global tree in cmesh.
Returns
The hash of the tree's geometry or if only one geometry exists, its hash.