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