Lines Matching refs:isDepth
816 PetscBool isDepth, isGhost, isVTK, isDim, isCellType; in DMSetUp_pforest() local
823 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMSetUp_pforest()
824 if (isDepth) continue; in DMSetUp_pforest()
974 PetscBool isDepth, isCellType, isGhost, isVTK; in DMSetUp_pforest() local
981 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMSetUp_pforest()
982 if (isDepth) continue; in DMSetUp_pforest()
3118 PetscBool isDepth, isCellType, isGhost, isVTK, isSpmap; in DMPforestLabelsInitialize() local
3122 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMPforestLabelsInitialize()
3123 if (isDepth) { in DMPforestLabelsInitialize()
3526 PetscBool isDepth, isCellType, isGhost, isVTK; in DMPforestLabelsFinalize() local
3531 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMPforestLabelsFinalize()
3532 if (isDepth) { in DMPforestLabelsFinalize()