petsc-3.7.1 2016-05-15
SNESGetNPCFunction
Gets the function from a preconditioner after SNESSolve() has been called.
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESGetNPCFunction(SNES snes,Vec F,PetscReal *fnorm)
Collective on SNES Many br
Input Parameters
snes -the SNES context Many br
Output Parameter
F -function vector Many br
fnorm -the norm of F Many br
Many br
Keywords
SNES, nonlinear, function
See Also
SNESGetNPC(),SNESSetNPC(),SNESComputeFunction(),SNESApplyNPC(),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