petsc-dev 2014-02-02
SNESGetPCFunction
Gets the function from a preconditioner after SNESSolve() has been called.
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESGetPCFunction(SNES snes,Vec F,PetscReal *fnorm)
Collective on SNES
Input Parameters
snes -the SNES context
Output Parameter
F -function vector
fnorm -the norm of F
Keywords
SNES, nonlinear, function
See Also
SNESGetPC(),SNESSetPC(),SNESComputeFunction(),SNESApplyPC(),SNESSolve()
Level:developer
Location:src/snes/interface/snespc.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages