Searched refs:KSPPostSolveFunction (Results 1 – 3 of 3) sorted by relevance
60 cdef KSPPostSolveFunction
1686 postsolve: KSPPostSolveFunction | None,
312 KSPPostSolveFunction = Callable[[KSP, Vec, Vec], None] variable