Searched refs:canonLabel (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 657 DMLabel canonLabel; in DMPlexCreateAnchors_Tree() local 663 PetscCall(DMGetLabel(dm, "canonical", &canonLabel)); in DMPlexCreateAnchors_Tree() 667 if (canonLabel) { in DMPlexCreateAnchors_Tree() 670 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree() 688 if (canonLabel) { in DMPlexCreateAnchors_Tree() 691 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree() 713 if (canonLabel) { in DMPlexCreateAnchors_Tree() 716 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree() 920 DMLabel canonLabel; in DMPlexSetTree_Internal() local 922 PetscCall(DMGetLabel(refTree, "canonical", &canonLabel)); in DMPlexSetTree_Internal() [all …]
|