Home
last modified time | relevance | path

Searched refs:SNES_DIVERGED_DTOL (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesut.c769 *reason = SNES_DIVERGED_DTOL; in SNESConvergedDefault()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi54 SNES_DIVERGED_DTOL
H A DSNES.pyx87 DIVERGED_DTOL = SNES_DIVERGED_DTOL
/petsc/src/snes/tutorials/network/
H A Dex1.c788 reason = SNES_DIVERGED_DTOL; in main()
/petsc/include/
H A Dpetscsnes.h334 SNES_DIVERGED_DTOL = -9, /* || F || > divtol*||F_initial|| */ enumerator