#include "sles.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
PC Index
Table of Contents