#include "petscksp.h" PetscErrorCode KSPSetPostSolve(KSP ksp,PetscErrorCode (*postsolve)(KSP,Vec,Vec,void*),void *postctx)Logically Collective on KSP Many br
ksp | - the solver object Many br | |
postsolve | - the function to call after the solve Many br | |
postctx | - any context needed by the function Many br |
Many br
Level:developer
Location:src/ksp/ksp/interface/itcreate.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages