Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_register.py213 "PetscValidLogicalCollectiveBool" : _code.checkPetscValidLogicalCollectiveBool,
H A D_code.py212 def checkPetscValidLogicalCollectiveBool(linter: Linter, func: Cursor, parent: Cursor) -> None: function