petsc-3.7.1 2016-05-15
SNESGetFunctionNorm
Gets the last computed norm of the residual
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESGetFunctionNorm(SNES snes, PetscReal *norm)
Not Collective Many br
Input Parameter
snes -the SNES context Many br
Output Parameter
norm -the last computed residual norm Many br
Many br
Keywords
SNES, nonlinear, set, function, norm, type
See Also
SNESSetNormSchedule(), SNESComputeFunction(), VecNorm(), SNESSetFunction(), SNESSetInitialFunction(), SNESNormSchedule
Level:developer
Location:src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages