petsc-3.6.2 2015-10-02
   
PCGetSetUpFailedReason
Gets the reason a PCSetUp() failed or 0 if it did not fail 
Synopsis
#include "petscksp.h" 
PetscErrorCode  PCGetSetUpFailedReason(PC pc,PetscInt *reason)
Logically Collective on PC
Input Parameter
pc  -the preconditioner context
Output Parameter
reason  -the reason it failed, currently only -1 
Keywords
 PC, setup
See Also
 PCCreate(), PCApply(), PCDestroy()
Level:advanced
Location:src/ksp/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages