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

SNESGetMaxNonlinearStepFailures

Gets the maximum number of unsuccessful steps attempted by the nonlinear solver before it gives up.

Synopsis

#include "petscsnes.h"  
PetscErrorCode  SNESGetMaxNonlinearStepFailures(SNES snes, PetscInt *maxFails)
Not Collective Many br

Input Parameter

snes -SNES context Many br

Output Parameter

maxFails -maximum of unsuccessful steps Many br

Many br

Keywords

SNES, nonlinear, get, maximum, unsuccessful, steps

See Also

SNESGetMaxLinearSolveFailures(), SNESGetLinearSolveIterations(), SNESSetMaxLinearSolveFailures(), SNESGetLinearSolveFailures(),
SNESSetMaxNonlinearStepFailures(), SNESGetNonlinearStepFailures() Many br

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