Function t8_forest_ghost_create_balanced_only

Function Documentation

void t8_forest_ghost_create_balanced_only(t8_forest_t forest)

Create one layer of ghost elements for a forest.

This version only works with balanced forests and is the original algorithm from p4est: Scalable Algorithms For Parallel Adaptive Mesh Refinement On Forests of Octrees

Note

The user should prefer t8_forest_ghost_create even for balanced forests.

Parameters:

forest[inout] The balanced forest/ forest must be committed before calling this function.