Searched refs:clval (Results 1 – 1 of 1) sorted by relevance
1108 PetscInt clval; in DivideCells_Private() local1111 PetscCall(DMLabelGetValue(label, clp, &clval)); in DivideCells_Private()1112 if (clval == -1) { in DivideCells_Private()1127 clval = cval < 0 ? -(shift + dep) : shift + dep; in DivideCells_Private()1128 PetscCall(DMLabelSetValue(label, clp, clval)); in DivideCells_Private()1134 if (d == dim - 1 && clval != -1) { in DivideCells_Private()1143 PetscCall(DMLabelSetValue(label, support[s], clval < 0 ? clval - 1 : clval + 1)); in DivideCells_Private()