Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py20 check_int_is_not_PetscBool,
190 success_function=check_int_is_not_PetscBool, valid_func='PetscValidLogicalCollectiveBool'
H A D_util.py214 def check_int_is_not_PetscBool(linter: Linter, obj: Cursor, *args, **kwargs) -> bool: function