Searched refs:queue_in_global_numbering (Results 1 – 1 of 1) sorted by relevance
77 PetscInt *queue_in_global_numbering; in PCBDDCGraphASCIIView() local133 PetscCall(PetscMalloc1(graph->cptr[graph->ncc], &queue_in_global_numbering)); in PCBDDCGraphASCIIView()134 …obalMappingApply(graph->l2gmap, graph->cptr[graph->ncc], graph->queue, queue_in_global_numbering)); in PCBDDCGraphASCIIView()145 …(viewer, " %" PetscInt_FMT " (%" PetscInt_FMT ")", graph->queue[j], queue_in_global_numbering[j])); in PCBDDCGraphASCIIView()154 PetscCall(PetscFree(queue_in_global_numbering)); in PCBDDCGraphASCIIView()