#include "petscksp.h" PetscErrorCode KSPFGMRESModifyPCNoChange(KSP ksp,PetscInt total_its,PetscInt loc_its,PetscReal res_norm,void *dummy)
ksp | - the ksp context being used. Many br | |
total_its | - the total number of FGMRES iterations that have occurred. Many br | |
loc_its | - the number of FGMRES iterations since last restart. Many bra restart (so number of Krylov directions to be computed) Many br | |
res_norm | - the current residual norm. Many br | |
dummy | - context variable, unused in this routine Many br |
Many br
Contributed by Allison Baker Many br
You can use this as a template! Many br
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