Struct t8_part_ghost_id_and_num_atts

Struct Documentation

struct t8_part_ghost_id_and_num_atts

Helper struct for sorting the number of ghost attributes by global id. In order to sort them, we need the part ghost id to access the global id. Thus, we store both the part id and the number of attributes.

Public Members

t8_locidx_t part_ghost_id

Local identifier for the partition ghost.

t8_gloidx_t global_id

Global identifier for the partition ghost.

int num_attributes

Number of attributes associated with the partition ghost.

int attribute_offset

Offset to the attributes associated with the partition ghost.