PCSetPostSetUp#
Sets function called at the end of PCSetUp() to adjust the computed preconditioner
Synopsis#
#include "petscksp.h"
PetscErrorCode PCSetPostSetUp(PC pc, PetscErrorCode (*postsetup)(PC pc))
Logically Collective
Input Parameters#
pc - the preconditioner object
postsetup - the function to call after
PCSetUp()
Calling sequence of postsetup#
pc - the
PCcontext
See Also#
Level#
developer
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages