t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
TODO: document this file. More...
#include <t8_cmesh.h>
#include <t8_cmesh/t8_cmesh_types.h>
#include <t8_cmesh/t8_cmesh_geometry.h>
#include <t8_geometry/t8_geometry.h>
#include <t8_geometry/t8_geometry_base.hxx>
Functions | |
void | t8_cmesh_register_geometry (t8_cmesh_t cmesh, const t8_geometry_c *geometry) |
void | t8_cmesh_set_tree_geometry (t8_cmesh_t cmesh, t8_gloidx_t gtreeid, const char *geom_name) |
Set the geometry for a tree, thus specify which geometry to use for this tree. More... | |
const t8_geometry_c * | t8_cmesh_get_tree_geometry (t8_cmesh_t cmesh, t8_gloidx_t gtreeid) |
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... | |
TODO: document this file.
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.
[in] | cmesh | A committed cmesh. |
[in] | gtreeid | A global tree in cmesh. |
void t8_cmesh_set_tree_geometry | ( | t8_cmesh_t | cmesh, |
t8_gloidx_t | gtreeid, | ||
const char * | geom_name | ||
) |
Set the geometry for a tree, thus specify which geometry to use for this tree.
[in] | cmesh | A non-committed cmesh. |
[in] | gtreeid | A global tree id in cmesh. |
[in] | geom_name | The name of the geometry to use for this tree. See also t8_cmesh_get_tree_geometry |