Searched refs:nself (Results 1 – 1 of 1) sorted by relevance
779 PetscInt nself; in PCBDDCGraphSetUp() local780 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()