Lines Matching refs:subset

128 …SynchronizedPrintf(viewer, "   interface subset id: %" PetscInt_FMT "\n", graph->nodes[i].subset));  in PCBDDCGraphASCIIView()
129subset && graph->subset_ncc) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " ncc for subs… in PCBDDCGraphASCIIView()
594 if (!nodes[dof].touched && nodes[dof].subset == pid) { in PCBDDCGraphComputeCC_Private()
604 if (!nodes[dof].touched && nodes[dof].subset == pid) { in PCBDDCGraphComputeCC_Private()
623 if (!nodes[dof].touched && nodes[dof].subset == pid && local_subs[dof] == sid) { in PCBDDCGraphComputeCC_Private()
633 if (!nodes[dof].touched && nodes[dof].subset == pid && local_subs[dof] == sid) { in PCBDDCGraphComputeCC_Private()
647 if (!nodes[dof].touched && nodes[dof].subset == pid && local_subs[dof] == sid) { in PCBDDCGraphComputeCC_Private()
657 if (!nodes[dof].touched && nodes[dof].subset == pid) { in PCBDDCGraphComputeCC_Private()
729 IS subset; in PCBDDCGraphSetUp() local
893 graph->nodes[is_indices[i]].subset = 0; in PCBDDCGraphSetUp()
920 graph->nodes[i].subset = 0; in PCBDDCGraphSetUp()
957 PetscInt subset; in PCBDDCGraphSetUp() local
965 subset = graph->ncc; in PCBDDCGraphSetUp()
966 } else PetscCall(PetscHMapPCBDDCGraphNodeIterGet(subsetmaps, iter, &subset)); in PCBDDCGraphSetUp()
967 subset_sizes[subset - 1] += 1; in PCBDDCGraphSetUp()
968 graph->nodes[i].subset = subset; in PCBDDCGraphSetUp()
976 const PetscInt subset = graph->nodes[i].subset - 1; in PCBDDCGraphSetUp() local
977 if (subset < 0) continue; in PCBDDCGraphSetUp()
978 …bset_sizes[subset] + graph->cptr[subset] < graph->cptr[subset + 1], PETSC_COMM_SELF, PETSC_ERR_PLI… in PCBDDCGraphSetUp()
979 graph->queue[subset_sizes[subset] + graph->cptr[subset]] = i; in PCBDDCGraphSetUp()
980 subset_sizes[subset] += 1; in PCBDDCGraphSetUp()
1041 …cCall(ISCreateGeneral(comm, graph->n_subsets, graph->subset_ref_node, PETSC_USE_POINTER, &subset)); in PCBDDCGraphSetUp()
1042 PetscCall(ISRenumber(subset, NULL, &subset_N, &subset_n)); in PCBDDCGraphSetUp()
1043 PetscCall(ISDestroy(&subset)); in PCBDDCGraphSetUp()