Searched refs:local_groups (Results 1 – 3 of 3) sorted by relevance
14 … node->local_groups_count; i++) hash = PetscHashCombine(hash, PetscHashInt(node->local_groups[i])); in PCBDDCGraphNodeHash()31 …else PetscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &sam… in PCBDDCGraphNodeEqual()
24 PetscInt *local_groups; member
109 …ll(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT, graph->nodes[i].local_groups[j])); in PCBDDCGraphASCIIView()830 PetscCall(PetscMalloc1(c, &graph->nodes[i].local_groups)); in PCBDDCGraphSetUp()831 for (j = 0; j < c; j++) graph->nodes[i].local_groups[j] = multi_root_subs[start[gid] + j]; in PCBDDCGraphSetUp()832 PetscCall(PetscSortInt(c, graph->nodes[i].local_groups)); in PCBDDCGraphSetUp()1187 PetscCall(PetscFree(graph->nodes[i].local_groups)); in PCBDDCGraphReset()