Searched refs:subset_idxs (Results 1 – 2 of 2) sorted by relevance
575 const PetscInt *PETSC_RESTRICT subset_idxs = graph->subset_idxs[pid - 1]; in PCBDDCGraphComputeCC_Private() local592 const PetscInt dof = subset_idxs[j]; in PCBDDCGraphComputeCC_Private()621 const PetscInt dof = subset_idxs[j]; in PCBDDCGraphComputeCC_Private()645 const PetscInt dof = subset_idxs[j]; in PCBDDCGraphComputeCC_Private()655 const PetscInt dof = subset_idxs[j]; in PCBDDCGraphComputeCC_Private()689 const PetscInt *subset_idxs = graph->subset_idxs[n]; in PCBDDCGraphComputeConnectedComponentsLocal() local698 while (graph->nodes[subset_idxs[first]].touched) first++; in PCBDDCGraphComputeConnectedComponentsLocal()699 graph->nodes[subset_idxs[first]].touched = PETSC_TRUE; in PCBDDCGraphComputeConnectedComponentsLocal()700 graph->queue[cum_queue] = subset_idxs[first]; in PCBDDCGraphComputeConnectedComponentsLocal()994 PetscCall(PetscMalloc2(graph->ncc, &graph->subset_size, graph->ncc, &graph->subset_idxs)); in PCBDDCGraphSetUp()[all …]
52 PetscInt **subset_idxs; member