Lines Matching refs:baseLabel
3116 DMLabel baseLabel; in DMPforestLabelsInitialize() local
3144 PetscCall(DMGetLabel(base, name, &baseLabel)); in DMPforestLabelsInitialize()
3145 if (!baseLabel) { in DMPforestLabelsInitialize()
3149 PetscCall(DMLabelCreateIndex(baseLabel, pStartBase, pEndBase)); in DMPforestLabelsInitialize()
3150 } else baseLabel = NULL; in DMPforestLabelsInitialize()
3208 …el %s (starSize %" PetscInt_FMT ")\n", PetscGlobalRank, p, baseLabel ? ((PetscObject)baseLabel)->n… in DMPforestLabelsInitialize()
3214 …ith -dm_forest_print_label_error for more information", p, baseLabel ? ((PetscObject)baseLabel)->n… in DMPforestLabelsInitialize()
3253 if (baseLabel) { in DMPforestLabelsInitialize()
3254 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize()
3268 if (baseLabel) { in DMPforestLabelsInitialize()
3269 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize()
3277 if (baseLabel) { in DMPforestLabelsInitialize()
3278 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize()
3294 if (baseLabel) { in DMPforestLabelsInitialize()
3295 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize()
3321 if (baseLabel) { in DMPforestLabelsInitialize()
3322 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize()
3330 if (baseLabel) { in DMPforestLabelsInitialize()
3331 PetscCall(DMLabelGetValue(baseLabel, e + eStartBase, &val)); in DMPforestLabelsInitialize()
3351 if (baseLabel) { in DMPforestLabelsInitialize()
3352 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize()
3380 if (baseLabel) { in DMPforestLabelsInitialize()
3381 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize()
3439 if (baseLabel) { in DMPforestLabelsInitialize()
3440 PetscCall(DMLabelGetValue(baseLabel, e + eStartBase, &val)); in DMPforestLabelsInitialize()
3452 if (baseLabel) { in DMPforestLabelsInitialize()
3453 PetscCall(DMLabelGetValue(baseLabel, v + vStartBase, &val)); in DMPforestLabelsInitialize()