Lines Matching refs:clp
1107 const PetscInt clp = closure[cl]; in DivideCells_Private() local
1110 if ((clp < pStart[d]) || (clp >= pEnd[d])) continue; in DivideCells_Private()
1111 PetscCall(DMLabelGetValue(label, clp, &clval)); in DivideCells_Private()
1117 PetscCall(DMPlexGetCone(dm, clp, &cone)); in DivideCells_Private()
1118 PetscCall(DMPlexGetConeSize(dm, clp, &coneSize)); in DivideCells_Private()
1126 PetscCall(DMPlexGetPointDepth(dm, clp, &dep)); in DivideCells_Private()
1128 PetscCall(DMLabelSetValue(label, clp, clval)); in DivideCells_Private()
1138 PetscCall(DMPlexGetSupport(dm, clp, &support)); in DivideCells_Private()
1139 PetscCall(DMPlexGetSupportSize(dm, clp, &supportSize)); in DivideCells_Private()
2214 const PetscInt clp = closure[cl]; in DMPlexLabelCohesiveComplete() local
2217 PetscCall(DMLabelGetValue(label, clp, &val)); in DMPlexLabelCohesiveComplete()
2218 if (blabel) PetscCall(DMLabelGetValue(blabel, clp, &bval)); in DMPlexLabelCohesiveComplete()
2312 const PetscInt clp = closure[cl]; in DMPlexLabelCohesiveComplete() local
2314 PetscCall(DMLabelGetValue(label, clp, &val)); in DMPlexLabelCohesiveComplete()
2316 PetscCall(DMLabelClearValue(label, clp, val)); in DMPlexLabelCohesiveComplete()
2317 PetscCall(DMLabelSetValue(label, clp, shift3 + val)); in DMPlexLabelCohesiveComplete()