Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c77 PetscInt *queue_in_global_numbering; in PCBDDCGraphASCIIView() local
133 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()