Home
last modified time | relevance | path

Searched defs:nfails (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/tutorials/ex10d/
H A Dex10.c82 PetscInt nfails; /* number of unsuccessful Newton steps */ in main() local
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c417 long int nsteps, its, nfevals, nlinsetups, nfails, itmp; in TSView_Sundials() local
/petsc/src/snes/interface/
H A Dsnes.c1458 PetscErrorCode SNESGetNonlinearStepFailures(SNES snes, PetscInt *nfails) in SNESGetNonlinearStepFailures()
1585 PetscErrorCode SNESGetLinearSolveFailures(SNES snes, PetscInt *nfails) in SNESGetLinearSolveFailures()