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_refine.h File Reference

TODO: document this file. More...

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

Go to the source code of this file.

Functions

void t8_cmesh_refine (t8_cmesh_t cmesh)
 Populate a cmesh that is derived via refinement from another cmesh. More...
 

Detailed Description

TODO: document this file.

Function Documentation

◆ t8_cmesh_refine()

void t8_cmesh_refine ( t8_cmesh_t  cmesh)

Populate a cmesh that is derived via refinement from another cmesh.

Parameters
[in,out]cmeshThe cmesh to be populated. Its set_from entry has to be set to a committed cmesh and its set_refine_level entry has to be positive.