Lines Matching refs:canon
668 PetscInt canon; in DMPlexCreateAnchors_Tree() local
670 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()
671 if (p != canon) continue; in DMPlexCreateAnchors_Tree()
689 PetscInt canon; in DMPlexCreateAnchors_Tree() local
691 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()
692 if (p != canon) continue; in DMPlexCreateAnchors_Tree()
714 PetscInt canon; in DMPlexCreateAnchors_Tree() local
716 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()
717 if (p != canon) continue; in DMPlexCreateAnchors_Tree()
927 PetscInt canon; in DMPlexSetTree_Internal() local
928 PetscCall(DMLabelGetValue(canonLabel, mesh->childIDs[i], &canon)); in DMPlexSetTree_Internal()
929 if (canon >= 0) mesh->childIDs[i] = canon; in DMPlexSetTree_Internal()
944 PetscInt p, dStart, dEnd, canon = -1, cNumChildren; in DMPlexSetTree_Internal() local
951 canon = p; in DMPlexSetTree_Internal()
955 if (canon == -1) continue; in DMPlexSetTree_Internal()
963 PetscCall(DMSetLabelValue(dm, "canonical", p, canon)); in DMPlexSetTree_Internal()