Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c779 PetscInt nself; in PCBDDCGraphSetUp() local
780 for (j = 0, nself = 0; j < graph->nodes[i].count; j++) in PCBDDCGraphSetUp()
781 if (graph->nodes[i].neighbours_set[j] == rank) nself++; in PCBDDCGraphSetUp()
782 if (nself > 1) graph->multi_element = PETSC_TRUE; in PCBDDCGraphSetUp()