Searched refs:same_set (Results 1 – 2 of 2) sorted by relevance
27 PetscBool same_set; in PCBDDCGraphNodeEqual() local28 PetscCallContinue(PetscArraycmp(a->neighbours_set, b->neighbours_set, a->count, &same_set)); in PCBDDCGraphNodeEqual()29 if (same_set && !mpi_shared) { in PCBDDCGraphNodeEqual()30 if (a->local_groups_count != b->local_groups_count) same_set = PETSC_FALSE; in PCBDDCGraphNodeEqual()31 …tscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &same_set)); in PCBDDCGraphNodeEqual()33 return same_set ? 1 : 0; in PCBDDCGraphNodeEqual()
493 PetscBool same_set = PETSC_TRUE; in PCBDDCGraphComputeConnectedComponents() local498 same_set = PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents()502 if (same_set) rbuffer[k] = subset_counter; in PCBDDCGraphComputeConnectedComponents()