Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c191 static PetscErrorCode PCPostSolve_Shell(PC pc, KSP ksp, Vec b, Vec x) in PCPostSolve_Shell() function
383 if (postsolve) pc->ops->postsolve = PCPostSolve_Shell; in PCShellSetPostSolve_Shell()