Home
last modified time | relevance | path

Searched refs:SNES_CONVERGED_ITS (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/impls/shell/
H A Dsnesshell.c105 snes->reason = SNES_CONVERGED_ITS; in SNESSolve_Shell()
/petsc/src/snes/impls/ksponly/
H A Dksponly.c51 snes->reason = SNES_CONVERGED_ITS; in SNESSolve_KSPONLY()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi41 SNES_CONVERGED_ITS
450 elif reason is True: r[0] = SNES_CONVERGED_ITS # XXX ?
H A DSNES.pyx74 CONVERGED_ITS = SNES_CONVERGED_ITS
/petsc/src/snes/interface/
H A Dsnesut.c814 *reason = SNES_CONVERGED_ITS; in SNESConvergedSkip()
H A Dsnes.c4174 } else snes->reason = SNES_CONVERGED_ITS; in SNESConverged()
/petsc/include/
H A Dpetscsnes.h321 SNES_CONVERGED_ITS = 5, /* maximum iterations reached */ enumerator