#include "petscksp.h" PetscErrorCode KSPSetPreSolve(KSP ksp,PetscErrorCode (*presolve)(KSP,Vec,Vec,void*),void *prectx)Logically Collective on KSP
ksp | - the solver object | |
presolve | - the function to call before the solve | |
prectx | - 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