PCShellSetPostSolve#
Sets routine to apply to the operators/vectors after a KSPSolve()
is applied. This usually does something like scale the linear system in some application specific way.
Synopsis#
#include "petscpc.h"
PetscErrorCode PCShellSetPostSolve(PC pc, PCShellPSolveFn *postsolve)
Logically Collective
Input Parameters#
pc - the preconditioner context
postsolve - the application-provided postsolve routine, see
PCShellPSolveFn
Note#
You can get the PCSHELL
context set with PCShellSetContext()
using PCShellGetContext()
if needed by postsolve
.
See Also#
KSP: Linear System Solvers, PCSHELL
, PCShellPSolveFn
, PCShellSetApplyRichardson()
, PCShellSetSetUp()
, PCShellSetApplyTranspose()
, PCShellSetPreSolve()
, PCShellSetContext()
, PCShellGetContext()
Level#
advanced
Location#
Implementations#
PCShellSetPostSolve_Shell() in src/ksp/pc/impls/shell/shellpc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages