Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_register.py210 "PetscValidLogicalCollectiveReal" : _code.checkPetscValidLogicalCollectiveReal,
H A D_code.py157 def checkPetscValidLogicalCollectiveReal(linter: Linter, func: Cursor, parent: Cursor) -> None: function