Function t8_compare_id_and_att_by_global_id
Defined in File t8_cmesh_trees.cxx
Function Documentation
-
bool t8_compare_id_and_att_by_global_id(t8_part_ghost_id_and_num_atts &id_A, t8_part_ghost_id_and_num_atts &id_B)
Compare function for t8_part_ghost_id_and_num_atts to compare by global id.
- Parameters:
id_A – [in] First t8_part_ghost_id_and_num_atts to compare.
id_B – [in] Second t8_part_ghost_id_and_num_atts to compare.
- Returns:
True if global_id of id_A < global_id of id_B, False otherwise.