Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py21 check_MPIInt_is_not_PetscInt,
208 success_function=check_MPIInt_is_not_PetscInt, valid_func='PetscValidLogicalCollectiveInt'
H A D_util.py235 def check_MPIInt_is_not_PetscInt(linter: Linter, obj: Cursor, *args, **kwargs) -> bool: function