Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py19 check_is_PetscReal_and_not_PetscScalar,
171 success_function=check_is_PetscReal_and_not_PetscScalar,
H A D_util.py172 def check_is_PetscReal_and_not_PetscScalar(*args, **kwargs) -> bool: function