Searched defs:postsolve (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 19 PetscErrorCode (*postsolve)(PC, KSP, Vec, Vec); member 377 static PetscErrorCode PCShellSetPostSolve_Shell(PC pc, PCShellPSolveFn *postsolve) in PCShellSetPostSolve_Shell() 778 PetscErrorCode PCShellSetPostSolve(PC pc, PCShellPSolveFn *postsolve) in PCShellSetPostSolve()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ksp.py | 210 def postsolve(ksp, rhs, x): function
|
| /petsc/include/petsc/private/ |
| H A D | pcimpl.h | 22 PetscErrorCode (*postsolve)(PC, KSP, Vec, Vec); member
|
| H A D | kspimpl.h | 192 PetscErrorCode (*postsolve)(KSP, Vec, Vec, void *); member
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 660 PetscErrorCode KSPSetPostSolve(KSP ksp, KSPPSolveFn *postsolve, PetscCtx ctx) in KSPSetPostSolve()
|