Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5053 PetscInt nMirror, nGhostPre, nSelf, q; in DMForestCreateCellSF_pforest() local
5059 nGhostPre = (PetscInt)pforest->ghost->proc_offsets[rank]; in DMForestCreateCellSF_pforest()
5073 for (q = 0; q < nGhostPre; q++) mine[q] = q; in DMForestCreateCellSF_pforest()
5074 for (; q < nLeaves; q++) mine[q] = (q - nGhostPre) + cLocalEnd; in DMForestCreateCellSF_pforest()