Struct find_owner_data_t

Struct Documentation

struct find_owner_data_t

The data that we use as key in the binary owner search. It contains the linear id of the element that we look for and a pointer to the forest, we also store the index of the biggest owner process.

Public Members

t8_linearidx_t linear_id

The linear id of the element we look for.

t8_forest_t forest

Pointer to the forest.

int last_owner

Index of the owner process with the highest index.