Function t8_ghost_init_remote_tree

Function Documentation

static void t8_ghost_init_remote_tree(t8_forest_t forest, t8_gloidx_t gtreeid, int remote_rank, t8_eclass_t tree_class, t8_ghost_remote_tree_t *remote_tree)

Initialize a t8_ghost_remote_tree_t.

Parameters:
  • forest[in] The forest.

  • gtreeid[in] The global ID of the remote tree.

  • remote_rank[in] The rank of the reomte process holding the tree.

  • tree_class[in] The eclass of the remote tree.

  • remote_tree[inout] A pointer to the t8_ghost_remote_tree_t to be initialized. Has to be non-NULL on input. On output, it is initialized.