Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py422 canon: str = cursor.type.get_canonical().spelling
423 return canon if canon else cls.get_derived_typename_from_cursor(cursor)
754 canon = cursor.canonical
755 if canon.location.file != cursor_file:
756 return Cursor.cast(canon)
757 for child in canon.get_children():
/petsc/src/dm/impls/plex/
H A Dplextree.c668 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
[all …]