Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ !
H A Dplex.c1538 PetscInt i, c, cStart, cEnd, cum, numVertices, ect, ectn, cellHeight; in DMPlexView_Ascii() local
1596 for (c = 0, ect = 0, ectn = 0; c < numVertices; c++) { in DMPlexView_Ascii()
1604 ectn += (array[i + start[c]] != nid) ? 0 : 1; in DMPlexView_Ascii()
1615 lm[1] = ectn; /* node-aware edgeCut */ in DMPlexView_Ascii()