petsc-3.7.1 2016-05-15
Report Typos and Errors

SNESGetErrorIfNotConverged

Will SNESSolve() generate an error if the solver does not converge?

Synopsis

#include "petscsnes.h"  
PetscErrorCode  SNESGetErrorIfNotConverged(SNES snes,PetscBool  *flag)
Not Collective Many br

Input Parameter

snes -iterative context obtained from SNESCreate() Many br

Output Parameter

flag -PETSC_TRUE if it will generate an error, else PETSC_FALSE Many br

Many br

Keywords

SNES, set, initial guess, nonzero

See Also

SNESSetErrorIfNotConverged(), KSPGetErrorIfNotConverged(), KSPSetErrorIFNotConverged()

Level:intermediate
Location:
src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages