Home
last modified time | relevance | path

Searched defs:e_min (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/impls/cg/gltr/
H A Dgltr.c25 PetscErrorCode KSPGLTRGetMinEig(KSP ksp, PetscReal *e_min) in KSPGLTRGetMinEig()
958 static PetscErrorCode KSPGLTRGetMinEig_GLTR(KSP ksp, PetscReal *e_min) in KSPGLTRGetMinEig_GLTR()
H A Dgltrimpl.h34 PetscReal e_min; member
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c560 PetscReal gdx, e_min; in TaoBNKSafeguardStep() local
694 PetscReal e_min, gdx; in TaoBNKPerformLineSearch() local
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c51 PetscReal norm_d = 0.0, e_min; in TaoSolve_NLS() local