Home
last modified time | relevance | path

Searched refs:queue_global_uniq (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c1096 PetscInt *ilocal, *queue_global_uniq; in PCBDDCGraphSetUp() local
1103 PetscCall(PetscMalloc2(mss, &queue_global_uniq, mss, &touched)); in PCBDDCGraphSetUp()
1114 PetscCall(PetscArraycpy(queue_global_uniq, lsub_queue_global, subset_size)); in PCBDDCGraphSetUp()
1115 PetscCall(PetscSortRemoveDupsInt(&k, queue_global_uniq)); in PCBDDCGraphSetUp()
1128 PetscCall(PetscFindInt(lsub_queue_global[k], gsubset_size, queue_global_uniq, &ig)); in PCBDDCGraphSetUp()
1142 PetscCall(PetscFree2(queue_global_uniq, touched)); in PCBDDCGraphSetUp()