#include "petscksp.h" PetscErrorCode PCPreSolve(PC pc,KSP ksp)Collective on PC Many br
| pc | - the preconditioner context Many br | |
| ksp | - the Krylov subspace context Many br |
Many br
PCPreSolve(pc,ksp);
KSPSolve(ksp,b,x);
PCPostSolve(pc,ksp);
Many br
KSPSolve() calls this directly, so is rarely called by the user. Many br
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