Home
last modified time | relevance | path

Searched refs:TAO_CONVERGED_STEPTOL (Results 1 – 6 of 6) sorted by relevance

/petsc/src/tao/bound/impls/tron/
H A Dtron.c136 if (!tao->reason) tao->reason = TAO_CONVERGED_STEPTOL; in TaoSolve_TRON()
/petsc/include/
H A Dpetsctao.h287 TAO_CONVERGED_STEPTOL = 6, /* step size small */ enumerator
/petsc/src/tao/interface/
H A Dtaosolver.c705 case TAO_CONVERGED_STEPTOL: in TaoView()
2047 reason = TAO_CONVERGED_STEPTOL; in TaoDefaultConvergenceTest()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi45 TAO_CONVERGED_STEPTOL
H A DTAO.pyx62 CONVERGED_STEPTOL = TAO_CONVERGED_STEPTOL # small step size
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c914 tao->reason = TAO_CONVERGED_STEPTOL; in TaoSolve_POUNDERS()