Searched refs:cLocalEnd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 187 PetscInt cLocalEnd; member 2289 cEnd = pforest->cLocalEnd; in DMPforestGetCellSFNodes() 2446 …tGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocalEnd, &coveringSF)); in DMPforestGetTransferSF_Point() 3037 PetscInt cLocalStart, cLocalEnd, cStart, cEnd, fStart, fEnd, eStart, eEnd, vStart, vEnd; in DMPforestLabelsInitialize() local 3049 cLocalEnd = pforest->cLocalEnd; in DMPforestLabelsInitialize() 3222 } else if (c < cLocalEnd) { in DMPforestLabelsInitialize() 3246 c -= (cLocalEnd - cLocalStart); in DMPforestLabelsInitialize() 3702 PetscInt cLocalStart, cLocalEnd; in DMPforestMapCoordinates() local 3719 cLocalEnd = pforest->cLocalEnd; in DMPforestMapCoordinates() 3759 } else if (cell < cLocalEnd) { in DMPforestMapCoordinates() [all …]
|