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