#include "petscksp.h" PetscErrorCode KSPFGMRESSetModifyPC(KSP ksp,PetscErrorCode (*fcn)(KSP,PetscInt,PetscInt,PetscReal,void*),void *ctx,PetscErrorCode (*d)(void*))Logically Collective on KSP Many br
ksp | - iterative context obtained from KSPCreate Many br | |
fcn | - modifypc function Many br | |
ctx | - optional contex Many br | |
d | - optional context destroy routine Many br |
ksp - the ksp context being used. Many brtotal_its - the total number of FGMRES iterations that have occurred. Many brloc_its - the number of FGMRES iterations since last restart. Many brres_norm - the current residual norm. Many brctx - optional context variable Many br
Many br
Contributed by Allison Baker 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