KSPFlexibleModifyPCFn#

A prototype of a function used to modify the preconditioner during the use of flexible KSP methods, such as KSPFGMRES

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode KSPFlexibleModifyPCFn(KSP ksp, PetscInt total_its, PetscInt local_its, PetscReal res_norm, void *ctx);

Calling Sequence#

See Also#

KSP: Linear System Solvers, KSP, KSPFlexibleSetModifyPC(), KSPPIPEGCRSetModifyPC(), KSPGCRSetModifyPC(), KSPFGMRESSetModifyPC()

Level#

beginner

Location#

include/petscksp.h


Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages