#include "petscksp.h" PetscErrorCode KSPSetPostSolve(KSP ksp,PetscErrorCode (*postsolve)(KSP,Vec,Vec,void*),void *postctx)Logically Collective on KSP
ksp | - the solver object | |
postsolve | - the function to call after the solve | |
postctx | - any context needed by the function |
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