Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 7 of 7) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp144 inline PetscErrorCode PoolAllocator::for_each(T &&callable) noexcept in for_each() argument
156 PetscCall(callable(ptr)); in for_each()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py97 assert callable(parsing_error_handler)
/petsc/doc/changes/
H A D318.md100 - Allow `PetscDevice` and `PetscDeviceContext` API to be callable from C via stub macros
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py952 assert callable(parameter_list_prefix_check)
/petsc/doc/developers/
H A Dobjects.md54 An abstract interface that defines the application-callable functions
H A Dstyle.md24 03. Functions that are private to PETSc (not callable by the application
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSNES.pyx1323 assert callable(converged)