Home
last modified time | relevance | path

Searched refs:baseLabel (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3116 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()
[all …]