Home
last modified time | relevance | path

Searched refs:DMRestrictHookFunction (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi51 cdef DMRestrictHookFunction
H A DDM.pyx2440 restricthook: DMRestrictHookFunction, argument
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py292 DMRestrictHookFunction = Callable[[DM, Mat, Vec, Mat, DM], None] variable