Function t8_compare_id_and_att_by_part_id
Defined in File t8_cmesh_trees.cxx
Function Documentation
-
bool t8_compare_id_and_att_by_part_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 local 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 part_ghost_id of id_A < part_ghost_id of id_B, False otherwise.