t8
UNKNOWN
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
We define the coarse mesh of trees in this file. More...
#include <t8_cmesh.h>
#include <t8_cmesh/t8_cmesh_types.h>
#include <t8_geometry/t8_geometry_handler.hxx>
Go to the source code of this file.
Functions | |
template<typename geometry_type , typename... _args> | |
geometry_type * | t8_cmesh_register_geometry (t8_cmesh_t cmesh, _args &&...args) |
Create and register a geometry with the coarse mesh. More... | |
We define the coarse mesh of trees in this file.
|
inline |
Create and register a geometry with the coarse mesh.
The coarse mesh takes the ownership of the geometry.
geometry_type |
[in,out] | cmesh | The cmesh. |
[in,out] | args | The constructor arguments of the geometry. |