KSPFGMRESModifyPCNoChange#
this is the default used by KSPFMGMRES
- it doesn’t change the preconditioner. Flexible Krylov Methods
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPFGMRESModifyPCNoChange(KSP ksp, PetscInt total_its, PetscInt loc_its, PetscReal res_norm, void *ctx)
Input Parameters#
See Also#
KSP: Linear System Solvers, Flexible Krylov Methods, KSPFGMRES
, KSPFGMRESSetModifyPC()
, KSPFGMRESModifyPCKSP()
Level#
intermediate
Location#
src/ksp/ksp/impls/gmres/fgmres/modpcf.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages