Home
last modified time | relevance | path

Searched refs:SNES_DIVERGED_FUNCTION_COUNT (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/linesearch/impls/bisection/
H A Dlinesearchbisection.c48 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESLineSearchApply_Bisection()
149 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESLineSearchApply_Bisection()
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c135 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESLineSearchApply_BT()
199 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESLineSearchApply_BT()
279 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESLineSearchApply_BT()
/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c93 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESSolve_NRichardson()
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c263 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESSolve_NCG()
/petsc/src/snes/impls/vi/ss/
H A Dviss.c306 if (snes->reason == SNES_DIVERGED_FUNCTION_COUNT) break; in SNESSolve_VINEWTONSSLS()
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c74 *reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESTRDC_Converged_Private()
/petsc/src/snes/interface/
H A Dsnesut.c757 *reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESConvergedDefault()
/petsc/src/snes/impls/vi/
H A Dvi.c212 *reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESConvergedDefault_VI()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi48 SNES_DIVERGED_FUNCTION_COUNT
H A DSNES.pyx81 DIVERGED_FUNCTION_COUNT = SNES_DIVERGED_FUNCTION_COUNT
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c516 snes->reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESSolve_Multiblock()
/petsc/src/snes/impls/tr/
H A Dtr.c97 *reason = SNES_DIVERGED_FUNCTION_COUNT; in SNESTR_Converged_Private()
/petsc/include/
H A Dpetscsnes.h326 SNES_DIVERGED_FUNCTION_COUNT = -2, enumerator