Searched refs:verticescomm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 9541 IS verticesIS, verticescomm; in PCBDDCInitSubSchurs() local 9547 …(ISCreateGeneral(PetscObjectComm((PetscObject)pc), vsize, idxs, PETSC_COPY_VALUES, &verticescomm)); in PCBDDCInitSubSchurs() 9552 …c->mat_graph->custom_minimal_size, NULL, pcbddc->DirichletBoundariesLocal, 0, NULL, verticescomm)); in PCBDDCInitSubSchurs() 9553 PetscCall(ISDestroy(&verticescomm)); in PCBDDCInitSubSchurs()
|