Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsorti.c1204 … 0, nlevels = 0, *level, *levelcnt, levelmax = 0, *workid, *workparentid, tcnt = 0, *idbylevel, *c… in PetscProcessTree() local
1260 PetscCall(PetscArraycpy(idbylevel + tcnt, workid, cnt)); in PetscProcessTree()
1261 tcnt += cnt; in PetscProcessTree()
1263 …PetscCheck(tcnt == nmask, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent count of unmasked nodes"); in PetscProcessTree()