#include "petscksp.h" PetscErrorCode PCPreSolve(PC pc,KSP ksp)Collective on PC
pc | - the preconditioner context | |
ksp | - the Krylov subspace context |
PCPreSolve(pc,ksp); KSPSolve(ksp,b,x); PCPostSolve(pc,ksp);
KSPSolve() calls this directly, so is rarely called by the user.
Level:developer
Location:src/ksp/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages