Searched refs:KSPGLTRGetMinEig (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nls.c | 352 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoSolve_NLS() 414 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoSolve_NLS() 455 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoSolve_NLS()
|
| /petsc/include/ |
| H A D | petscksp.h | 1061 PETSC_EXTERN PetscErrorCode KSPGLTRGetMinEig(KSP, PetscReal *); 1065 return KSPGLTRGetMinEig(ksp, x); in KSPCGGLTRGetMinEig()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 577 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoBNKSafeguardStep() 639 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoBNKSafeguardStep() 719 PetscCall(KSPGLTRGetMinEig(tao->ksp, &e_min)); in TaoBNKPerformLineSearch()
|
| /petsc/doc/changes/ |
| H A D | 312.md | 166 KSPGLTRGetMinEig(KSP,PetscReal\*)
|
| /petsc/src/ksp/ksp/impls/cg/gltr/ |
| H A D | gltr.c | 25 PetscErrorCode KSPGLTRGetMinEig(KSP ksp, PetscReal *e_min) in KSPGLTRGetMinEig() function
|