Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py18 check_is_PetscScalar_and_not_PetscReal,
152 success_function=check_is_PetscScalar_and_not_PetscReal,
H A D_util.py155 def check_is_PetscScalar_and_not_PetscReal(*args, **kwargs) -> bool: function