Struct t8_cmesh_trees

Struct Documentation

struct t8_cmesh_trees

This structure holds the trees and ghosts of a cmesh.

Public Members

sc_array_t *from_proc

array of t8_part_tree, one for each process

int *tree_to_proc

for each tree its process

int *ghost_to_proc

for each ghost its process

sc_hash_t *ghost_globalid_to_local_id

A hash table storing the map global_id -> local_id for the ghost trees. The local_id is the local ghost id starting at num_local_trees

sc_mempool_t *global_local_mempool

Memory pool for the entries in the hash table