Searched refs:local_groups_count (Results 1 – 3 of 3) sorted by relevance
12 hash = PetscHashCombine(hash, PetscHashInt(node->local_groups_count)); in PCBDDCGraphNodeHash()14 …for (PetscInt i = 0; i < node->local_groups_count; i++) hash = PetscHashCombine(hash, PetscHashInt… in PCBDDCGraphNodeHash()30 if (a->local_groups_count != b->local_groups_count) same_set = PETSC_FALSE; in PCBDDCGraphNodeEqual()31 …else PetscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &sam… in PCBDDCGraphNodeEqual()
23 PetscInt local_groups_count; member
105 …ntf(viewer, " number of local groups: %" PetscInt_FMT "\n", graph->nodes[i].local_groups_count)); in PCBDDCGraphASCIIView()107 if (graph->nodes[i].local_groups_count) { in PCBDDCGraphASCIIView()109 …for (j = 0; j < graph->nodes[i].local_groups_count; j++) PetscCall(PetscViewerASCIISynchronizedPri… in PCBDDCGraphASCIIView()833 graph->nodes[i].local_groups_count = c; in PCBDDCGraphSetUp()