Lines Matching refs:queue

134 …PetscCall(ISLocalToGlobalMappingApply(graph->l2gmap, graph->cptr[graph->ncc], graph->queue, queue_…  in PCBDDCGraphASCIIView()
136 PetscInt node_num = graph->queue[graph->cptr[i]]; in PCBDDCGraphASCIIView()
145 …nchronizedPrintf(viewer, " %" PetscInt_FMT " (%" PetscInt_FMT ")", graph->queue[j], queue_in_globa… in PCBDDCGraphASCIIView()
216 PetscInt repdof = graph->queue[graph->cptr[i]]; in PCBDDCGraphGetCandidatesIS()
240 …PetscCall(ISLocalToGlobalMappingApply(graph->l2gmap, graph->cptr[graph->ncc], graph->queue, queue_… in PCBDDCGraphGetCandidatesIS()
241 …raph->cptr[i + 1] - graph->cptr[i], &queue_global[graph->cptr[i]], &graph->queue[graph->cptr[i]])); in PCBDDCGraphGetCandidatesIS()
249 …eateGeneral(PETSC_COMM_SELF, graph->cptr[i + 1] - graph->cptr[i], &graph->queue[graph->cptr[i]], P… in PCBDDCGraphGetCandidatesIS()
252 …eateGeneral(PETSC_COMM_SELF, graph->cptr[i + 1] - graph->cptr[i], &graph->queue[graph->cptr[i]], P… in PCBDDCGraphGetCandidatesIS()
265 idx[nvc] = graph->queue[j]; in PCBDDCGraphGetCandidatesIS()
446 if (cornerp && PetscBTLookup(cornerp, graph->queue[j])) { in PCBDDCGraphComputeConnectedComponents()
447 labels[graph->queue[j]] = -(k + s + 1); in PCBDDCGraphComputeConnectedComponents()
450 labels[graph->queue[j]] = -(k + 1); in PCBDDCGraphComputeConnectedComponents()
523 PetscCall(PetscArraycpy(oqueue, graph->queue, graph->cptr[graph->ncc])); in PCBDDCGraphComputeConnectedComponents()
537 graph->queue[cum_queue++] = oqueue[k]; in PCBDDCGraphComputeConnectedComponents()
556 PetscInt repdof = graph->queue[graph->cptr[i]]; in PCBDDCGraphComputeConnectedComponents()
700 graph->queue[cum_queue] = subset_idxs[first]; in PCBDDCGraphComputeConnectedComponentsLocal()
708 PetscCall(PCBDDCGraphComputeCC_Private(graph, pid, graph->queue + cum_queue, prev, &added)); in PCBDDCGraphComputeConnectedComponentsLocal()
945 PetscCall(PetscMalloc2(nvtxs + 1, &graph->cptr, nvtxs, &graph->queue)); in PCBDDCGraphSetUp()
948 PetscCall(PetscMalloc2(nused + 1, &graph->cptr, nused, &graph->queue)); in PCBDDCGraphSetUp()
979 graph->queue[subset_sizes[subset] + graph->cptr[subset]] = i; in PCBDDCGraphSetUp()
997 …PetscCall(ISLocalToGlobalMappingApply(graph->l2gmap, graph->cptr[graph->ncc], graph->queue, queue_… in PCBDDCGraphSetUp()
1027 PetscCall(PetscArraycpy(graph->subset_idxs[0], graph->queue, graph->cptr[graph->ncc])); in PCBDDCGraphSetUp()
1190 PetscCall(PetscFree2(graph->cptr, graph->queue)); in PCBDDCGraphReset()