PCShellPSolveFn#
A function prototype for functions provided to PCShellSetPreSolve()
and PCShellSetPostSolve()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PCShellPSolveFn(PC pc, KSP ksp, Vec xim, Vec xout);
Calling Sequence#
See Also#
SNES: Nonlinear Solvers, KSPPSolveFn
, KSP
, PCShellSetPreSolve()
, PCShellSetPostSolve()
Level#
intermediate
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages