Lines Matching refs:isGhost
816 PetscBool isDepth, isGhost, isVTK, isDim, isCellType; in DMSetUp_pforest() local
829 PetscCall(PetscStrcmp(name, "ghost", &isGhost)); in DMSetUp_pforest()
830 if (isGhost) continue; in DMSetUp_pforest()
974 PetscBool isDepth, isCellType, isGhost, isVTK; in DMSetUp_pforest() local
985 PetscCall(PetscStrcmp(name, "ghost", &isGhost)); in DMSetUp_pforest()
986 if (isGhost) continue; in DMSetUp_pforest()
3118 PetscBool isDepth, isCellType, isGhost, isVTK, isSpmap; in DMPforestLabelsInitialize() local
3132 PetscCall(PetscStrcmp(name, "ghost", &isGhost)); in DMPforestLabelsInitialize()
3133 if (isGhost) { in DMPforestLabelsInitialize()
3526 PetscBool isDepth, isCellType, isGhost, isVTK; in DMPforestLabelsFinalize() local
3541 PetscCall(PetscStrcmp(name, "ghost", &isGhost)); in DMPforestLabelsFinalize()
3542 if (isGhost) { in DMPforestLabelsFinalize()